#463AFF

Color #463AFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #463AFF

Tints of Neon Blue #463AFF

Color information

#463AFF (or 0x463AFF) is unknown color: approx Neon Blue. HEX triplet: 46, 3A and FF. RGB value is (70,58,255). Sum of RGB (Red+Green+Blue) = 70+58+255=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #463AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #463AFF is #B9C500. Grayscale: #535353. Windows color (decimal): -12174593 or 16726598. OLE color: 16726598.

HSL color Cylindrical-coordinate representation of color #463AFF: hue angle of 243.65º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #463AFF is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB7058255-
CMYK0.730.7700
HSL243.65º100%61.37%-
HSV(B)243.65º77.25%100%-
XYZ22.0911.5595.67-
YUV84.05224.48117.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 255 (100% from 255) = 66.58%
R=18.28%
G=15.14%
B=66.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal70582550.730.7700243.6510061.37
Hex463AFF494D00f4643d
Octal106723771111150036414475
Binary1000110111010111111111001001100110100111101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463AFF; }

 p { color: rgb(70,58,255); }

 H1.HeaderClassName
 {
   color: #463AFF;
 }
 .AnyTagClassName
 {
   color: #463AFF;
 }
</style>
background-color css

<style>
 a { background-color: #463AFF; }

 a { background-color: rgb(70,58,255); }

 div.DivClassName
 {
   background-color: #463AFF;
 }
 .BgClassName
 {
   background-color: #463AFF;
 }
</style>
border-color css

<style>
 span { border-color: #463AFF; }

 span { border-color: rgb(70,58,255); }

 td.TdClassName
 {
   border-color: #463AFF;
 }
 .TagClassName
 {
   border-color: #463AFF;
 }
</style>