Shades of Neon Blue #413CEB
Tints of Neon Blue #413CEB
RGB
CMYK
RGB Variations
Color information
#413CEB (or 0x413CEB) is known color: Neon Blue. HEX triplet: 41, 3C and EB. RGB value is (65,60,235). Sum of RGB (Red+Green+Blue) = 65+60+235=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 235 (92.19% from 255 or 65.28% from 360); Max value from RGB is 235 - color contains mainly: blue. Hex color #413CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413CEB is #BEC314. Grayscale: #505050. Windows color (decimal): -12501781 or 15416385. OLE color: 15416385.
HSL color Cylindrical-coordinate representation of color #413CEB: hue angle of 241.71º 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 #413CEB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 60 | 235 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.08 |
| HSL | 241.71º | 0.81% | 0.58% | - |
| HSV(B) | 241.71º | 0.74% | 0.92% | - |
| XYZ | 18.79 | 10.35 | 79.61 | - |
| YUV | 81.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 235 | 0.72 | 0.74 | 0 | 0.08 | 241.71 | 0.81 | 0.58 |
| Hex | 41 | 3C | EB | 48 | 4A | 0 | 8 | F2 | 51 | 3A |
| Octal | 101 | 74 | 353 | 110 | 112 | 0 | 10 | 362 | 121 | 72 |
| Binary | 1000001 | 111100 | 11101011 | 1001000 | 1001010 | 0 | 1000 | 11110010 | 1010001 | 111010 |
Color Harmonies of #413CEB
Complementary color
Monochromatic Colors of #413CEB
Black with #413CEB
Text Example
Text Example
White with #413CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CEB; }
p { color: rgb(65,60,235); }
H1.HeaderClassName
{
color: #413CEB;
}
.AnyTagClassName
{
color: #413CEB;
}
</style>
background-color css
<style>
a { background-color: #413CEB; }
a { background-color: rgb(65,60,235); }
div.DivClassName
{
background-color: #413CEB;
}
.BgClassName
{
background-color: #413CEB;
}
</style>
border-color css
<style>
span { border-color: #413CEB; }
span { border-color: rgb(65,60,235); }
td.TdClassName
{
border-color: #413CEB;
}
.TagClassName
{
border-color: #413CEB;
}
</style>