Shades of Neon Blue #2136FF
Tints of Neon Blue #2136FF
RGB
CMYK
RGB Variations
Color information
#2136FF (or 0x2136FF) is known color: Neon Blue. HEX triplet: 21, 36 and FF. RGB value is (33,54,255). Sum of RGB (Red+Green+Blue) = 33+54+255=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #2136FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2136FF is #DEC900. Grayscale: #454545. Windows color (decimal): -14600449 or 16725537. OLE color: 16725537.
HSL color Cylindrical-coordinate representation of color #2136FF: hue angle of 234.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2136FF is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 54 | 255 | - |
| CMYK | 0.87 | 0.79 | 0 | 0 |
| HSL | 234.32º | 1% | 0.56% | - |
| HSV(B) | 234.32º | 0.87% | 1% | - |
| XYZ | 20 | 10.18 | 95.52 | - |
| YUV | 70.64 | 232.04 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 255 | 0.87 | 0.79 | 0 | 0 | 234.32 | 1 | 0.56 |
| Hex | 21 | 36 | FF | 57 | 4F | 0 | 0 | EA | 64 | 38 |
| Octal | 41 | 66 | 377 | 127 | 117 | 0 | 0 | 352 | 144 | 70 |
| Binary | 100001 | 110110 | 11111111 | 1010111 | 1001111 | 0 | 0 | 11101010 | 1100100 | 111000 |
Color Harmonies of #2136FF
Complementary color
Monochromatic Colors of #2136FF
Black with #2136FF
Text Example
Text Example
White with #2136FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136FF; }
p { color: rgb(33,54,255); }
H1.HeaderClassName
{
color: #2136FF;
}
.AnyTagClassName
{
color: #2136FF;
}
</style>
background-color css
<style>
a { background-color: #2136FF; }
a { background-color: rgb(33,54,255); }
div.DivClassName
{
background-color: #2136FF;
}
.BgClassName
{
background-color: #2136FF;
}
</style>
border-color css
<style>
span { border-color: #2136FF; }
span { border-color: rgb(33,54,255); }
td.TdClassName
{
border-color: #2136FF;
}
.TagClassName
{
border-color: #2136FF;
}
</style>