#463FE0

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

Shades of Neon Blue #463FE0

Tints of Neon Blue #463FE0

Color information

#463FE0 (or 0x463FE0) is unknown color: approx Neon Blue. HEX triplet: 46, 3F and E0. RGB value is (70,63,224). Sum of RGB (Red+Green+Blue) = 70+63+224=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #463FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #463FE0 is #B9C01F. Grayscale: #525252. Windows color (decimal): -12173344 or 14696262. OLE color: 14696262.

HSL color Cylindrical-coordinate representation of color #463FE0: hue angle of 242.61º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #463FE0 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7063224-
CMYK0.690.7200.12
HSL242.61º72.2%56.27%-
HSV(B)242.61º71.88%87.84%-
XYZ17.7610.2471.56-
YUV83.45207.32118.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 63 (25% from 255) = 17.65%
BLUE value IS 224 (87.89% from 255) = 62.75%
R=19.61%
G=17.65%
B=62.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal70632240.690.7200.12242.6172.256.27
Hex463FE045480Cf34838
Octal1067734010511001436311070
Binary1000110111111111000001000101100100001100111100111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,63,224); }

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

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

 a { background-color: rgb(70,63,224); }

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

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

 span { border-color: rgb(70,63,224); }

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