Shades of Neon Blue #413BEF
Tints of Neon Blue #413BEF
RGB
CMYK
RGB Variations
Color information
#413BEF (or 0x413BEF) is known color: Neon Blue. HEX triplet: 41, 3B and EF. RGB value is (65,59,239). Sum of RGB (Red+Green+Blue) = 65+59+239=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #413BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413BEF is #BEC410. Grayscale: #505050. Windows color (decimal): -12502033 or 15678273. OLE color: 15678273.
HSL color Cylindrical-coordinate representation of color #413BEF: hue angle of 242º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413BEF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 59 | 239 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.06 |
| HSL | 242º | 0.85% | 0.58% | - |
| HSV(B) | 242º | 0.75% | 0.94% | - |
| XYZ | 19.32 | 10.48 | 82.67 | - |
| YUV | 81.31 | 216.99 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 239 | 0.73 | 0.75 | 0 | 0.06 | 242 | 0.85 | 0.58 |
| Hex | 41 | 3B | EF | 49 | 4B | 0 | 6 | F2 | 55 | 3A |
| Octal | 101 | 73 | 357 | 111 | 113 | 0 | 6 | 362 | 125 | 72 |
| Binary | 1000001 | 111011 | 11101111 | 1001001 | 1001011 | 0 | 110 | 11110010 | 1010101 | 111010 |
Color Harmonies of #413BEF
Complementary color
Monochromatic Colors of #413BEF
Black with #413BEF
Text Example
Text Example
White with #413BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BEF; }
p { color: rgb(65,59,239); }
H1.HeaderClassName
{
color: #413BEF;
}
.AnyTagClassName
{
color: #413BEF;
}
</style>
background-color css
<style>
a { background-color: #413BEF; }
a { background-color: rgb(65,59,239); }
div.DivClassName
{
background-color: #413BEF;
}
.BgClassName
{
background-color: #413BEF;
}
</style>
border-color css
<style>
span { border-color: #413BEF; }
span { border-color: rgb(65,59,239); }
td.TdClassName
{
border-color: #413BEF;
}
.TagClassName
{
border-color: #413BEF;
}
</style>