Shades of Neon Blue #2153FF
Tints of Neon Blue #2153FF
RGB
CMYK
RGB Variations
Color information
#2153FF (or 0x2153FF) is known color: Neon Blue. HEX triplet: 21, 53 and FF. RGB value is (33,83,255). Sum of RGB (Red+Green+Blue) = 33+83+255=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #2153FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2153FF is #DEAC00. Grayscale: #565656. Windows color (decimal): -14593025 or 16732961. OLE color: 16732961.
HSL color Cylindrical-coordinate representation of color #2153FF: hue angle of 226.49º 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 #2153FF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 83 | 255 | - |
| CMYK | 0.87 | 0.67 | 0 | 0 |
| HSL | 226.49º | 1% | 0.56% | - |
| HSV(B) | 226.49º | 0.87% | 1% | - |
| XYZ | 21.77 | 13.73 | 96.11 | - |
| YUV | 87.66 | 222.44 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 255 | 0.87 | 0.67 | 0 | 0 | 226.49 | 1 | 0.56 |
| Hex | 21 | 53 | FF | 57 | 43 | 0 | 0 | E2 | 64 | 38 |
| Octal | 41 | 123 | 377 | 127 | 103 | 0 | 0 | 342 | 144 | 70 |
| Binary | 100001 | 1010011 | 11111111 | 1010111 | 1000011 | 0 | 0 | 11100010 | 1100100 | 111000 |
Color Harmonies of #2153FF
Complementary color
Monochromatic Colors of #2153FF
Black with #2153FF
Text Example
Text Example
White with #2153FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153FF; }
p { color: rgb(33,83,255); }
H1.HeaderClassName
{
color: #2153FF;
}
.AnyTagClassName
{
color: #2153FF;
}
</style>
background-color css
<style>
a { background-color: #2153FF; }
a { background-color: rgb(33,83,255); }
div.DivClassName
{
background-color: #2153FF;
}
.BgClassName
{
background-color: #2153FF;
}
</style>
border-color css
<style>
span { border-color: #2153FF; }
span { border-color: rgb(33,83,255); }
td.TdClassName
{
border-color: #2153FF;
}
.TagClassName
{
border-color: #2153FF;
}
</style>