Shades of Neon Blue #214AF5
Tints of Neon Blue #214AF5
RGB
CMYK
RGB Variations
Color information
#214AF5 (or 0x214AF5) is known color: Neon Blue. HEX triplet: 21, 4A and F5. RGB value is (33,74,245). Sum of RGB (Red+Green+Blue) = 33+74+245=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 245 (96.09% from 255 or 69.60% from 352); Max value from RGB is 245 - color contains mainly: blue. Hex color #214AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #214AF5 is #DEB50A. Grayscale: #505050. Windows color (decimal): -14595339 or 16075297. OLE color: 16075297.
HSL color Cylindrical-coordinate representation of color #214AF5: hue angle of 228.4º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214AF5 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 74 | 245 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.04 |
| HSL | 228.4º | 0.91% | 0.55% | - |
| HSV(B) | 228.4º | 0.87% | 0.96% | - |
| XYZ | 19.56 | 11.81 | 87.64 | - |
| YUV | 81.24 | 220.42 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 245 | 0.87 | 0.70 | 0 | 0.04 | 228.4 | 0.91 | 0.55 |
| Hex | 21 | 4A | F5 | 57 | 46 | 0 | 4 | E4 | 5B | 37 |
| Octal | 41 | 112 | 365 | 127 | 106 | 0 | 4 | 344 | 133 | 67 |
| Binary | 100001 | 1001010 | 11110101 | 1010111 | 1000110 | 0 | 100 | 11100100 | 1011011 | 110111 |
Color Harmonies of #214AF5
Complementary color
Monochromatic Colors of #214AF5
Black with #214AF5
Text Example
Text Example
White with #214AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214AF5; }
p { color: rgb(33,74,245); }
H1.HeaderClassName
{
color: #214AF5;
}
.AnyTagClassName
{
color: #214AF5;
}
</style>
background-color css
<style>
a { background-color: #214AF5; }
a { background-color: rgb(33,74,245); }
div.DivClassName
{
background-color: #214AF5;
}
.BgClassName
{
background-color: #214AF5;
}
</style>
border-color css
<style>
span { border-color: #214AF5; }
span { border-color: rgb(33,74,245); }
td.TdClassName
{
border-color: #214AF5;
}
.TagClassName
{
border-color: #214AF5;
}
</style>