Shades of Neon Blue #413FEF
Tints of Neon Blue #413FEF
RGB
CMYK
RGB Variations
Color information
#413FEF (or 0x413FEF) is known color: Neon Blue. HEX triplet: 41, 3F and EF. RGB value is (65,63,239). Sum of RGB (Red+Green+Blue) = 65+63+239=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #413FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FEF is #BEC010. Grayscale: #525252. Windows color (decimal): -12501009 or 15679297. OLE color: 15679297.
HSL color Cylindrical-coordinate representation of color #413FEF: hue angle of 240.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413FEF is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 63 | 239 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.06 |
| HSL | 240.68º | 0.85% | 0.59% | - |
| HSV(B) | 240.68º | 0.74% | 0.94% | - |
| XYZ | 19.54 | 10.91 | 82.74 | - |
| YUV | 83.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 239 | 0.73 | 0.74 | 0 | 0.06 | 240.68 | 0.85 | 0.59 |
| Hex | 41 | 3F | EF | 49 | 4A | 0 | 6 | F1 | 55 | 3B |
| Octal | 101 | 77 | 357 | 111 | 112 | 0 | 6 | 361 | 125 | 73 |
| Binary | 1000001 | 111111 | 11101111 | 1001001 | 1001010 | 0 | 110 | 11110001 | 1010101 | 111011 |
Color Harmonies of #413FEF
Complementary color
Monochromatic Colors of #413FEF
Black with #413FEF
Text Example
Text Example
White with #413FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FEF; }
p { color: rgb(65,63,239); }
H1.HeaderClassName
{
color: #413FEF;
}
.AnyTagClassName
{
color: #413FEF;
}
</style>
background-color css
<style>
a { background-color: #413FEF; }
a { background-color: rgb(65,63,239); }
div.DivClassName
{
background-color: #413FEF;
}
.BgClassName
{
background-color: #413FEF;
}
</style>
border-color css
<style>
span { border-color: #413FEF; }
span { border-color: rgb(65,63,239); }
td.TdClassName
{
border-color: #413FEF;
}
.TagClassName
{
border-color: #413FEF;
}
</style>