Shades of Neon Blue #214AFF
Tints of Neon Blue #214AFF
RGB
CMYK
RGB Variations
Color information
#214AFF (or 0x214AFF) is known color: Neon Blue. HEX triplet: 21, 4A and FF. RGB value is (33,74,255). Sum of RGB (Red+Green+Blue) = 33+74+255=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #214AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AFF is #DEB500. Grayscale: #515151. Windows color (decimal): -14595329 or 16730657. OLE color: 16730657.
HSL color Cylindrical-coordinate representation of color #214AFF: hue angle of 228.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214AFF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 74 | 255 | - |
| CMYK | 0.87 | 0.71 | 0 | 0 |
| HSL | 228.92º | 1% | 0.56% | - |
| HSV(B) | 228.92º | 0.87% | 1% | - |
| XYZ | 21.13 | 12.44 | 95.9 | - |
| YUV | 82.38 | 225.42 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 255 | 0.87 | 0.71 | 0 | 0 | 228.92 | 1 | 0.56 |
| Hex | 21 | 4A | FF | 57 | 47 | 0 | 0 | E5 | 64 | 38 |
| Octal | 41 | 112 | 377 | 127 | 107 | 0 | 0 | 345 | 144 | 70 |
| Binary | 100001 | 1001010 | 11111111 | 1010111 | 1000111 | 0 | 0 | 11100101 | 1100100 | 111000 |
Color Harmonies of #214AFF
Complementary color
Monochromatic Colors of #214AFF
Black with #214AFF
Text Example
Text Example
White with #214AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AFF; }
p { color: rgb(33,74,255); }
H1.HeaderClassName
{
color: #214AFF;
}
.AnyTagClassName
{
color: #214AFF;
}
</style>
background-color css
<style>
a { background-color: #214AFF; }
a { background-color: rgb(33,74,255); }
div.DivClassName
{
background-color: #214AFF;
}
.BgClassName
{
background-color: #214AFF;
}
</style>
border-color css
<style>
span { border-color: #214AFF; }
span { border-color: rgb(33,74,255); }
td.TdClassName
{
border-color: #214AFF;
}
.TagClassName
{
border-color: #214AFF;
}
</style>