#413FF2

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

Shades of Neon Blue #413FF2

Tints of Neon Blue #413FF2

Color information

#413FF2 (or 0x413FF2) is unknown color: approx Neon Blue. HEX triplet: 41, 3F and F2. RGB value is (65,63,242). Sum of RGB (Red+Green+Blue) = 65+63+242=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #413FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FF2 is #BEC00D. Grayscale: #535353. Windows color (decimal): -12501006 or 15875905. OLE color: 15875905.

HSL color Cylindrical-coordinate representation of color #413FF2: hue angle of 240.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413FF2 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6563242-
CMYK0.730.7400.05
HSL240.67º87.32%59.8%-
HSV(B)240.67º73.97%94.9%-
XYZ19.9811.0985.09-
YUV84217.16114.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.57%
GREEN value IS 63 (25% from 255) = 17.03%
BLUE value IS 242 (94.92% from 255) = 65.41%
R=17.57%
G=17.03%
B=65.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65632420.730.7400.05240.6787.3259.8
Hex413FF2494A05f1573c
Octal101773621111120536112774
Binary100000111111111110010100100110010100101111100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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