Shades of Neon Blue #213CFB
Tints of Neon Blue #213CFB
RGB
CMYK
RGB Variations
Color information
#213CFB (or 0x213CFB) is known color: Neon Blue. HEX triplet: 21, 3C and FB. RGB value is (33,60,251). Sum of RGB (Red+Green+Blue) = 33+60+251=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #213CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CFB is #DEC304. Grayscale: #484848. Windows color (decimal): -14598917 or 16464929. OLE color: 16464929.
HSL color Cylindrical-coordinate representation of color #213CFB: hue angle of 232.57º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #213CFB is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 60 | 251 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.02 |
| HSL | 232.57º | 0.96% | 0.56% | - |
| HSV(B) | 232.57º | 0.87% | 0.98% | - |
| XYZ | 19.66 | 10.52 | 92.26 | - |
| YUV | 73.7 | 228.05 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 251 | 0.87 | 0.76 | 0 | 0.02 | 232.57 | 0.96 | 0.56 |
| Hex | 21 | 3C | FB | 57 | 4C | 0 | 2 | E9 | 60 | 38 |
| Octal | 41 | 74 | 373 | 127 | 114 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100001 | 111100 | 11111011 | 1010111 | 1001100 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #213CFB
Complementary color
Monochromatic Colors of #213CFB
Black with #213CFB
Text Example
Text Example
White with #213CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CFB; }
p { color: rgb(33,60,251); }
H1.HeaderClassName
{
color: #213CFB;
}
.AnyTagClassName
{
color: #213CFB;
}
</style>
background-color css
<style>
a { background-color: #213CFB; }
a { background-color: rgb(33,60,251); }
div.DivClassName
{
background-color: #213CFB;
}
.BgClassName
{
background-color: #213CFB;
}
</style>
border-color css
<style>
span { border-color: #213CFB; }
span { border-color: rgb(33,60,251); }
td.TdClassName
{
border-color: #213CFB;
}
.TagClassName
{
border-color: #213CFB;
}
</style>