Shades of Neon Blue #213CFD
Tints of Neon Blue #213CFD
RGB
CMYK
RGB Variations
Color information
#213CFD (or 0x213CFD) is known color: Neon Blue. HEX triplet: 21, 3C and FD. RGB value is (33,60,253). Sum of RGB (Red+Green+Blue) = 33+60+253=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #213CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CFD is #DEC302. Grayscale: #494949. Windows color (decimal): -14598915 or 16596001. OLE color: 16596001.
HSL color Cylindrical-coordinate representation of color #213CFD: hue angle of 232.64º 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 #213CFD is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 60 | 253 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.01 |
| HSL | 232.64º | 0.98% | 0.56% | - |
| HSV(B) | 232.64º | 0.87% | 0.99% | - |
| XYZ | 19.97 | 10.65 | 93.93 | - |
| YUV | 73.93 | 229.05 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 253 | 0.87 | 0.76 | 0 | 0.01 | 232.64 | 0.98 | 0.56 |
| Hex | 21 | 3C | FD | 57 | 4C | 0 | 1 | E9 | 62 | 38 |
| Octal | 41 | 74 | 375 | 127 | 114 | 0 | 1 | 351 | 142 | 70 |
| Binary | 100001 | 111100 | 11111101 | 1010111 | 1001100 | 0 | 1 | 11101001 | 1100010 | 111000 |
Color Harmonies of #213CFD
Complementary color
Monochromatic Colors of #213CFD
Black with #213CFD
Text Example
Text Example
White with #213CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CFD; }
p { color: rgb(33,60,253); }
H1.HeaderClassName
{
color: #213CFD;
}
.AnyTagClassName
{
color: #213CFD;
}
</style>
background-color css
<style>
a { background-color: #213CFD; }
a { background-color: rgb(33,60,253); }
div.DivClassName
{
background-color: #213CFD;
}
.BgClassName
{
background-color: #213CFD;
}
</style>
border-color css
<style>
span { border-color: #213CFD; }
span { border-color: rgb(33,60,253); }
td.TdClassName
{
border-color: #213CFD;
}
.TagClassName
{
border-color: #213CFD;
}
</style>