Shades of Neon Blue #2139FB
Tints of Neon Blue #2139FB
RGB
CMYK
RGB Variations
Color information
#2139FB (or 0x2139FB) is known color: Neon Blue. HEX triplet: 21, 39 and FB. RGB value is (33,57,251). Sum of RGB (Red+Green+Blue) = 33+57+251=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 57 (22.66% from 255 or 16.72% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #2139FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2139FB is #DEC604. Grayscale: #474747. Windows color (decimal): -14599685 or 16464161. OLE color: 16464161.
HSL color Cylindrical-coordinate representation of color #2139FB: hue angle of 233.39º 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 #2139FB is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 57 | 251 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.02 |
| HSL | 233.39º | 0.96% | 0.56% | - |
| HSV(B) | 233.39º | 0.87% | 0.98% | - |
| XYZ | 19.5 | 10.21 | 92.21 | - |
| YUV | 71.94 | 229.05 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 251 | 0.87 | 0.77 | 0 | 0.02 | 233.39 | 0.96 | 0.56 |
| Hex | 21 | 39 | FB | 57 | 4D | 0 | 2 | E9 | 60 | 38 |
| Octal | 41 | 71 | 373 | 127 | 115 | 0 | 2 | 351 | 140 | 70 |
| Binary | 100001 | 111001 | 11111011 | 1010111 | 1001101 | 0 | 10 | 11101001 | 1100000 | 111000 |
Color Harmonies of #2139FB
Complementary color
Monochromatic Colors of #2139FB
Black with #2139FB
Text Example
Text Example
White with #2139FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2139FB; }
p { color: rgb(33,57,251); }
H1.HeaderClassName
{
color: #2139FB;
}
.AnyTagClassName
{
color: #2139FB;
}
</style>
background-color css
<style>
a { background-color: #2139FB; }
a { background-color: rgb(33,57,251); }
div.DivClassName
{
background-color: #2139FB;
}
.BgClassName
{
background-color: #2139FB;
}
</style>
border-color css
<style>
span { border-color: #2139FB; }
span { border-color: rgb(33,57,251); }
td.TdClassName
{
border-color: #2139FB;
}
.TagClassName
{
border-color: #2139FB;
}
</style>