Shades of Neon Blue #413EEB
Tints of Neon Blue #413EEB
RGB
CMYK
RGB Variations
Color information
#413EEB (or 0x413EEB) is known color: Neon Blue. HEX triplet: 41, 3E and EB. RGB value is (65,62,235). Sum of RGB (Red+Green+Blue) = 65+62+235=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #413EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413EEB is #BEC114. Grayscale: #515151. Windows color (decimal): -12501269 or 15416897. OLE color: 15416897.
HSL color Cylindrical-coordinate representation of color #413EEB: hue angle of 241.04º 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 #413EEB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 62 | 235 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.08 |
| HSL | 241.04º | 0.81% | 0.58% | - |
| HSV(B) | 241.04º | 0.74% | 0.92% | - |
| XYZ | 18.9 | 10.57 | 79.64 | - |
| YUV | 82.62 | 213.99 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 235 | 0.72 | 0.74 | 0 | 0.08 | 241.04 | 0.81 | 0.58 |
| Hex | 41 | 3E | EB | 48 | 4A | 0 | 8 | F1 | 51 | 3A |
| Octal | 101 | 76 | 353 | 110 | 112 | 0 | 10 | 361 | 121 | 72 |
| Binary | 1000001 | 111110 | 11101011 | 1001000 | 1001010 | 0 | 1000 | 11110001 | 1010001 | 111010 |
Color Harmonies of #413EEB
Complementary color
Monochromatic Colors of #413EEB
Black with #413EEB
Text Example
Text Example
White with #413EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EEB; }
p { color: rgb(65,62,235); }
H1.HeaderClassName
{
color: #413EEB;
}
.AnyTagClassName
{
color: #413EEB;
}
</style>
background-color css
<style>
a { background-color: #413EEB; }
a { background-color: rgb(65,62,235); }
div.DivClassName
{
background-color: #413EEB;
}
.BgClassName
{
background-color: #413EEB;
}
</style>
border-color css
<style>
span { border-color: #413EEB; }
span { border-color: rgb(65,62,235); }
td.TdClassName
{
border-color: #413EEB;
}
.TagClassName
{
border-color: #413EEB;
}
</style>