Shades of Neon Blue #213CFE
Tints of Neon Blue #213CFE
RGB
CMYK
RGB Variations
Color information
#213CFE (or 0x213CFE) is known color: Neon Blue. HEX triplet: 21, 3C and FE. RGB value is (33,60,254). Sum of RGB (Red+Green+Blue) = 33+60+254=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #213CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CFE is #DEC301. Grayscale: #494949. Windows color (decimal): -14598914 or 16661537. OLE color: 16661537.
HSL color Cylindrical-coordinate representation of color #213CFE: hue angle of 232.67º 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 #213CFE is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 60 | 254 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.00 |
| HSL | 232.67º | 0.99% | 0.56% | - |
| HSV(B) | 232.67º | 0.87% | 1% | - |
| XYZ | 20.13 | 10.71 | 94.77 | - |
| YUV | 74.04 | 229.55 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 254 | 0.87 | 0.76 | 0 | 0.00 | 232.67 | 0.99 | 0.56 |
| Hex | 21 | 3C | FE | 57 | 4C | 0 | 0 | E9 | 63 | 38 |
| Octal | 41 | 74 | 376 | 127 | 114 | 0 | 0 | 351 | 143 | 70 |
| Binary | 100001 | 111100 | 11111110 | 1010111 | 1001100 | 0 | 0 | 11101001 | 1100011 | 111000 |
Color Harmonies of #213CFE
Complementary color
Monochromatic Colors of #213CFE
Black with #213CFE
Text Example
Text Example
White with #213CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CFE; }
p { color: rgb(33,60,254); }
H1.HeaderClassName
{
color: #213CFE;
}
.AnyTagClassName
{
color: #213CFE;
}
</style>
background-color css
<style>
a { background-color: #213CFE; }
a { background-color: rgb(33,60,254); }
div.DivClassName
{
background-color: #213CFE;
}
.BgClassName
{
background-color: #213CFE;
}
</style>
border-color css
<style>
span { border-color: #213CFE; }
span { border-color: rgb(33,60,254); }
td.TdClassName
{
border-color: #213CFE;
}
.TagClassName
{
border-color: #213CFE;
}
</style>