Shades of Neon Blue #2138FF
Tints of Neon Blue #2138FF
RGB
CMYK
RGB Variations
Color information
#2138FF (or 0x2138FF) is known color: Neon Blue. HEX triplet: 21, 38 and FF. RGB value is (33,56,255). Sum of RGB (Red+Green+Blue) = 33+56+255=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #2138FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2138FF is #DEC700. Grayscale: #464646. Windows color (decimal): -14599937 or 16726049. OLE color: 16726049.
HSL color Cylindrical-coordinate representation of color #2138FF: hue angle of 233.78º 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 #2138FF is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 56 | 255 | - |
| CMYK | 0.87 | 0.78 | 0 | 0 |
| HSL | 233.78º | 1% | 0.56% | - |
| HSV(B) | 233.78º | 0.87% | 1% | - |
| XYZ | 20.09 | 10.37 | 95.55 | - |
| YUV | 71.81 | 231.38 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 255 | 0.87 | 0.78 | 0 | 0 | 233.78 | 1 | 0.56 |
| Hex | 21 | 38 | FF | 57 | 4E | 0 | 0 | EA | 64 | 38 |
| Octal | 41 | 70 | 377 | 127 | 116 | 0 | 0 | 352 | 144 | 70 |
| Binary | 100001 | 111000 | 11111111 | 1010111 | 1001110 | 0 | 0 | 11101010 | 1100100 | 111000 |
Color Harmonies of #2138FF
Complementary color
Monochromatic Colors of #2138FF
Black with #2138FF
Text Example
Text Example
White with #2138FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2138FF; }
p { color: rgb(33,56,255); }
H1.HeaderClassName
{
color: #2138FF;
}
.AnyTagClassName
{
color: #2138FF;
}
</style>
background-color css
<style>
a { background-color: #2138FF; }
a { background-color: rgb(33,56,255); }
div.DivClassName
{
background-color: #2138FF;
}
.BgClassName
{
background-color: #2138FF;
}
</style>
border-color css
<style>
span { border-color: #2138FF; }
span { border-color: rgb(33,56,255); }
td.TdClassName
{
border-color: #2138FF;
}
.TagClassName
{
border-color: #2138FF;
}
</style>