Shades of Neon Blue #413CEA
Tints of Neon Blue #413CEA
RGB
CMYK
RGB Variations
Color information
#413CEA (or 0x413CEA) is known color: Neon Blue. HEX triplet: 41, 3C and EA. RGB value is (65,60,234). Sum of RGB (Red+Green+Blue) = 65+60+234=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #413CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413CEA is #BEC315. Grayscale: #505050. Windows color (decimal): -12501782 or 15350849. OLE color: 15350849.
HSL color Cylindrical-coordinate representation of color #413CEA: hue angle of 241.72º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413CEA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 60 | 234 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.08 |
| HSL | 241.72º | 0.81% | 0.58% | - |
| HSV(B) | 241.72º | 0.74% | 0.92% | - |
| XYZ | 18.65 | 10.3 | 78.85 | - |
| YUV | 81.33 | 214.16 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 234 | 0.72 | 0.74 | 0 | 0.08 | 241.72 | 0.81 | 0.58 |
| Hex | 41 | 3C | EA | 48 | 4A | 0 | 8 | F2 | 51 | 3A |
| Octal | 101 | 74 | 352 | 110 | 112 | 0 | 10 | 362 | 121 | 72 |
| Binary | 1000001 | 111100 | 11101010 | 1001000 | 1001010 | 0 | 1000 | 11110010 | 1010001 | 111010 |
Color Harmonies of #413CEA
Complementary color
Monochromatic Colors of #413CEA
Black with #413CEA
Text Example
Text Example
White with #413CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CEA; }
p { color: rgb(65,60,234); }
H1.HeaderClassName
{
color: #413CEA;
}
.AnyTagClassName
{
color: #413CEA;
}
</style>
background-color css
<style>
a { background-color: #413CEA; }
a { background-color: rgb(65,60,234); }
div.DivClassName
{
background-color: #413CEA;
}
.BgClassName
{
background-color: #413CEA;
}
</style>
border-color css
<style>
span { border-color: #413CEA; }
span { border-color: rgb(65,60,234); }
td.TdClassName
{
border-color: #413CEA;
}
.TagClassName
{
border-color: #413CEA;
}
</style>