Shades of Neon Blue #2148FF
Tints of Neon Blue #2148FF
RGB
CMYK
RGB Variations
Color information
#2148FF (or 0x2148FF) is known color: Neon Blue. HEX triplet: 21, 48 and FF. RGB value is (33,72,255). Sum of RGB (Red+Green+Blue) = 33+72+255=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #2148FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2148FF is #DEB700. Grayscale: #505050. Windows color (decimal): -14595841 or 16730145. OLE color: 16730145.
HSL color Cylindrical-coordinate representation of color #2148FF: hue angle of 229.46º 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 #2148FF is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 72 | 255 | - |
| CMYK | 0.87 | 0.72 | 0 | 0 |
| HSL | 229.46º | 1% | 0.56% | - |
| HSV(B) | 229.46º | 0.87% | 1% | - |
| XYZ | 20.99 | 12.18 | 95.85 | - |
| YUV | 81.2 | 226.08 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 255 | 0.87 | 0.72 | 0 | 0 | 229.46 | 1 | 0.56 |
| Hex | 21 | 48 | FF | 57 | 48 | 0 | 0 | E5 | 64 | 38 |
| Octal | 41 | 110 | 377 | 127 | 110 | 0 | 0 | 345 | 144 | 70 |
| Binary | 100001 | 1001000 | 11111111 | 1010111 | 1001000 | 0 | 0 | 11100101 | 1100100 | 111000 |
Color Harmonies of #2148FF
Complementary color
Monochromatic Colors of #2148FF
Black with #2148FF
Text Example
Text Example
White with #2148FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2148FF; }
p { color: rgb(33,72,255); }
H1.HeaderClassName
{
color: #2148FF;
}
.AnyTagClassName
{
color: #2148FF;
}
</style>
background-color css
<style>
a { background-color: #2148FF; }
a { background-color: rgb(33,72,255); }
div.DivClassName
{
background-color: #2148FF;
}
.BgClassName
{
background-color: #2148FF;
}
</style>
border-color css
<style>
span { border-color: #2148FF; }
span { border-color: rgb(33,72,255); }
td.TdClassName
{
border-color: #2148FF;
}
.TagClassName
{
border-color: #2148FF;
}
</style>