Shades of Neon Blue #4135DD
Tints of Neon Blue #4135DD
RGB
CMYK
RGB Variations
Color information
#4135DD (or 0x4135DD) is known color: Neon Blue. HEX triplet: 41, 35 and DD. RGB value is (65,53,221). Sum of RGB (Red+Green+Blue) = 65+53+221=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #4135DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135DD is #BECA22. Grayscale: #4B4B4B. Windows color (decimal): -12503587 or 14497089. OLE color: 14497089.
HSL color Cylindrical-coordinate representation of color #4135DD: hue angle of 244.29º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4135DD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 53 | 221 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.13 |
| HSL | 244.29º | 0.71% | 0.54% | - |
| HSV(B) | 244.29º | 0.76% | 0.87% | - |
| XYZ | 16.5 | 8.89 | 69.25 | - |
| YUV | 75.74 | 209.98 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 221 | 0.71 | 0.76 | 0 | 0.13 | 244.29 | 0.71 | 0.54 |
| Hex | 41 | 35 | DD | 47 | 4C | 0 | D | F4 | 47 | 36 |
| Octal | 101 | 65 | 335 | 107 | 114 | 0 | 15 | 364 | 107 | 66 |
| Binary | 1000001 | 110101 | 11011101 | 1000111 | 1001100 | 0 | 1101 | 11110100 | 1000111 | 110110 |
Color Harmonies of #4135DD
Complementary color
Monochromatic Colors of #4135DD
Black with #4135DD
Text Example
Text Example
White with #4135DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4135DD; }
p { color: rgb(65,53,221); }
H1.HeaderClassName
{
color: #4135DD;
}
.AnyTagClassName
{
color: #4135DD;
}
</style>
background-color css
<style>
a { background-color: #4135DD; }
a { background-color: rgb(65,53,221); }
div.DivClassName
{
background-color: #4135DD;
}
.BgClassName
{
background-color: #4135DD;
}
</style>
border-color css
<style>
span { border-color: #4135DD; }
span { border-color: rgb(65,53,221); }
td.TdClassName
{
border-color: #4135DD;
}
.TagClassName
{
border-color: #4135DD;
}
</style>