Shades of Neon Blue #413AFF
Tints of Neon Blue #413AFF
RGB
CMYK
RGB Variations
Color information
#413AFF (or 0x413AFF) is known color: Neon Blue. HEX triplet: 41, 3A and FF. RGB value is (65,58,255). Sum of RGB (Red+Green+Blue) = 65+58+255=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #413AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413AFF is #BEC500. Grayscale: #515151. Windows color (decimal): -12502273 or 16726593. OLE color: 16726593.
HSL color Cylindrical-coordinate representation of color #413AFF: hue angle of 242.13º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #413AFF is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 58 | 255 | - |
| CMYK | 0.75 | 0.77 | 0 | 0 |
| HSL | 242.13º | 1% | 0.61% | - |
| HSV(B) | 242.13º | 0.77% | 1% | - |
| XYZ | 21.74 | 11.37 | 95.66 | - |
| YUV | 82.55 | 225.32 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 58 | 255 | 0.75 | 0.77 | 0 | 0 | 242.13 | 1 | 0.61 |
| Hex | 41 | 3A | FF | 4B | 4D | 0 | 0 | F2 | 64 | 3D |
| Octal | 101 | 72 | 377 | 113 | 115 | 0 | 0 | 362 | 144 | 75 |
| Binary | 1000001 | 111010 | 11111111 | 1001011 | 1001101 | 0 | 0 | 11110010 | 1100100 | 111101 |
Color Harmonies of #413AFF
Complementary color
Monochromatic Colors of #413AFF
Black with #413AFF
Text Example
Text Example
White with #413AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413AFF; }
p { color: rgb(65,58,255); }
H1.HeaderClassName
{
color: #413AFF;
}
.AnyTagClassName
{
color: #413AFF;
}
</style>
background-color css
<style>
a { background-color: #413AFF; }
a { background-color: rgb(65,58,255); }
div.DivClassName
{
background-color: #413AFF;
}
.BgClassName
{
background-color: #413AFF;
}
</style>
border-color css
<style>
span { border-color: #413AFF; }
span { border-color: rgb(65,58,255); }
td.TdClassName
{
border-color: #413AFF;
}
.TagClassName
{
border-color: #413AFF;
}
</style>