Shades of Neon Blue #2136FA
Tints of Neon Blue #2136FA
RGB
CMYK
RGB Variations
Color information
#2136FA (or 0x2136FA) is known color: Neon Blue. HEX triplet: 21, 36 and FA. RGB value is (33,54,250). Sum of RGB (Red+Green+Blue) = 33+54+250=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #2136FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2136FA is #DEC905. Grayscale: #454545. Windows color (decimal): -14600454 or 16397857. OLE color: 16397857.
HSL color Cylindrical-coordinate representation of color #2136FA: hue angle of 234.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2136FA is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 54 | 250 | - |
| CMYK | 0.87 | 0.78 | 0 | 0.02 |
| HSL | 234.19º | 0.96% | 0.55% | - |
| HSV(B) | 234.19º | 0.87% | 0.98% | - |
| XYZ | 19.2 | 9.86 | 91.33 | - |
| YUV | 70.07 | 229.54 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 250 | 0.87 | 0.78 | 0 | 0.02 | 234.19 | 0.96 | 0.55 |
| Hex | 21 | 36 | FA | 57 | 4E | 0 | 2 | EA | 60 | 37 |
| Octal | 41 | 66 | 372 | 127 | 116 | 0 | 2 | 352 | 140 | 67 |
| Binary | 100001 | 110110 | 11111010 | 1010111 | 1001110 | 0 | 10 | 11101010 | 1100000 | 110111 |
Color Harmonies of #2136FA
Complementary color
Monochromatic Colors of #2136FA
Black with #2136FA
Text Example
Text Example
White with #2136FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2136FA; }
p { color: rgb(33,54,250); }
H1.HeaderClassName
{
color: #2136FA;
}
.AnyTagClassName
{
color: #2136FA;
}
</style>
background-color css
<style>
a { background-color: #2136FA; }
a { background-color: rgb(33,54,250); }
div.DivClassName
{
background-color: #2136FA;
}
.BgClassName
{
background-color: #2136FA;
}
</style>
border-color css
<style>
span { border-color: #2136FA; }
span { border-color: rgb(33,54,250); }
td.TdClassName
{
border-color: #2136FA;
}
.TagClassName
{
border-color: #2136FA;
}
</style>