Shades of Neon Blue #213FFD
Tints of Neon Blue #213FFD
RGB
CMYK
RGB Variations
Color information
#213FFD (or 0x213FFD) is known color: Neon Blue. HEX triplet: 21, 3F and FD. RGB value is (33,63,253). Sum of RGB (Red+Green+Blue) = 33+63+253=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #213FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213FFD is #DEC002. Grayscale: #4A4A4A. Windows color (decimal): -14598147 or 16596769. OLE color: 16596769.
HSL color Cylindrical-coordinate representation of color #213FFD: hue angle of 231.82º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213FFD is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 63 | 253 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.01 |
| HSL | 231.82º | 0.98% | 0.56% | - |
| HSV(B) | 231.82º | 0.87% | 0.99% | - |
| XYZ | 20.13 | 10.97 | 93.98 | - |
| YUV | 75.69 | 228.06 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 253 | 0.87 | 0.75 | 0 | 0.01 | 231.82 | 0.98 | 0.56 |
| Hex | 21 | 3F | FD | 57 | 4B | 0 | 1 | E8 | 62 | 38 |
| Octal | 41 | 77 | 375 | 127 | 113 | 0 | 1 | 350 | 142 | 70 |
| Binary | 100001 | 111111 | 11111101 | 1010111 | 1001011 | 0 | 1 | 11101000 | 1100010 | 111000 |
Color Harmonies of #213FFD
Complementary color
Monochromatic Colors of #213FFD
Black with #213FFD
Text Example
Text Example
White with #213FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FFD; }
p { color: rgb(33,63,253); }
H1.HeaderClassName
{
color: #213FFD;
}
.AnyTagClassName
{
color: #213FFD;
}
</style>
background-color css
<style>
a { background-color: #213FFD; }
a { background-color: rgb(33,63,253); }
div.DivClassName
{
background-color: #213FFD;
}
.BgClassName
{
background-color: #213FFD;
}
</style>
border-color css
<style>
span { border-color: #213FFD; }
span { border-color: rgb(33,63,253); }
td.TdClassName
{
border-color: #213FFD;
}
.TagClassName
{
border-color: #213FFD;
}
</style>