Shades of Neon Blue #214EFE
Tints of Neon Blue #214EFE
RGB
CMYK
RGB Variations
Color information
#214EFE (or 0x214EFE) is known color: Neon Blue. HEX triplet: 21, 4E and FE. RGB value is (33,78,254). Sum of RGB (Red+Green+Blue) = 33+78+254=365 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.04% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #214EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #214EFE is #DEB101. Grayscale: #535353. Windows color (decimal): -14594306 or 16666145. OLE color: 16666145.
HSL color Cylindrical-coordinate representation of color #214EFE: hue angle of 227.78º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #214EFE is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 78 | 254 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.00 |
| HSL | 227.78º | 0.99% | 0.56% | - |
| HSV(B) | 227.78º | 0.87% | 1% | - |
| XYZ | 21.24 | 12.93 | 95.14 | - |
| YUV | 84.61 | 223.59 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 254 | 0.87 | 0.69 | 0 | 0.00 | 227.78 | 0.99 | 0.56 |
| Hex | 21 | 4E | FE | 57 | 45 | 0 | 0 | E4 | 63 | 38 |
| Octal | 41 | 116 | 376 | 127 | 105 | 0 | 0 | 344 | 143 | 70 |
| Binary | 100001 | 1001110 | 11111110 | 1010111 | 1000101 | 0 | 0 | 11100100 | 1100011 | 111000 |
Color Harmonies of #214EFE
Complementary color
Monochromatic Colors of #214EFE
Black with #214EFE
Text Example
Text Example
White with #214EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214EFE; }
p { color: rgb(33,78,254); }
H1.HeaderClassName
{
color: #214EFE;
}
.AnyTagClassName
{
color: #214EFE;
}
</style>
background-color css
<style>
a { background-color: #214EFE; }
a { background-color: rgb(33,78,254); }
div.DivClassName
{
background-color: #214EFE;
}
.BgClassName
{
background-color: #214EFE;
}
</style>
border-color css
<style>
span { border-color: #214EFE; }
span { border-color: rgb(33,78,254); }
td.TdClassName
{
border-color: #214EFE;
}
.TagClassName
{
border-color: #214EFE;
}
</style>