#413FE8

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

Shades of Neon Blue #413FE8

Tints of Neon Blue #413FE8

Color information

#413FE8 (or 0x413FE8) is unknown color: approx Neon Blue. HEX triplet: 41, 3F and E8. RGB value is (65,63,232). Sum of RGB (Red+Green+Blue) = 65+63+232=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 232 (91.02% from 255 or 64.44% from 360); Max value from RGB is 232 - color contains mainly: blue. Hex color #413FE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FE8 is #BEC017. Grayscale: #525252. Windows color (decimal): -12501016 or 15220545. OLE color: 15220545.

HSL color Cylindrical-coordinate representation of color #413FE8: hue angle of 240.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #413FE8 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB6563232-
CMYK0.720.7300.09
HSL240.71º78.6%57.84%-
HSV(B)240.71º72.84%90.98%-
XYZ18.5210.5177.4-
YUV82.86212.16115.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 232 (91.02% from 255) = 64.44%
R=18.06%
G=17.5%
B=64.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal65632320.720.7300.09240.7178.657.84
Hex413FE8484909f14f3a
Octal1017735011011101136111772
Binary1000001111111111010001001000100100101001111100011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413FE8; }

 p { color: rgb(65,63,232); }

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

<style>
 a { background-color: #413FE8; }

 a { background-color: rgb(65,63,232); }

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

<style>
 span { border-color: #413FE8; }

 span { border-color: rgb(65,63,232); }

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