Shades of Neon Blue #4335DD
Tints of Neon Blue #4335DD
RGB
CMYK
RGB Variations
Color information
#4335DD (or 0x4335DD) is known color: Neon Blue. HEX triplet: 43, 35 and DD. RGB value is (67,53,221). Sum of RGB (Red+Green+Blue) = 67+53+221=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 221 (86.72% from 255 or 64.81% from 341); Max value from RGB is 221 - color contains mainly: blue. Hex color #4335DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4335DD is #BCCA22. Grayscale: #4B4B4B. Windows color (decimal): -12372515 or 14497091. OLE color: 14497091.
HSL color Cylindrical-coordinate representation of color #4335DD: hue angle of 245º 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 #4335DD is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 53 | 221 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.13 |
| HSL | 245º | 0.71% | 0.54% | - |
| HSV(B) | 245º | 0.76% | 0.87% | - |
| XYZ | 16.64 | 8.96 | 69.26 | - |
| YUV | 76.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 221 | 0.70 | 0.76 | 0 | 0.13 | 245 | 0.71 | 0.54 |
| Hex | 43 | 35 | DD | 46 | 4C | 0 | D | F5 | 47 | 36 |
| Octal | 103 | 65 | 335 | 106 | 114 | 0 | 15 | 365 | 107 | 66 |
| Binary | 1000011 | 110101 | 11011101 | 1000110 | 1001100 | 0 | 1101 | 11110101 | 1000111 | 110110 |
Color Harmonies of #4335DD
Complementary color
Monochromatic Colors of #4335DD
Black with #4335DD
Text Example
Text Example
White with #4335DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4335DD; }
p { color: rgb(67,53,221); }
H1.HeaderClassName
{
color: #4335DD;
}
.AnyTagClassName
{
color: #4335DD;
}
</style>
background-color css
<style>
a { background-color: #4335DD; }
a { background-color: rgb(67,53,221); }
div.DivClassName
{
background-color: #4335DD;
}
.BgClassName
{
background-color: #4335DD;
}
</style>
border-color css
<style>
span { border-color: #4335DD; }
span { border-color: rgb(67,53,221); }
td.TdClassName
{
border-color: #4335DD;
}
.TagClassName
{
border-color: #4335DD;
}
</style>