Shades of Neon Blue #2144FA
Tints of Neon Blue #2144FA
RGB
CMYK
RGB Variations
Color information
#2144FA (or 0x2144FA) is known color: Neon Blue. HEX triplet: 21, 44 and FA. RGB value is (33,68,250). Sum of RGB (Red+Green+Blue) = 33+68+250=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #2144FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2144FA is #DEBB05. Grayscale: #4D4D4D. Windows color (decimal): -14596870 or 16401441. OLE color: 16401441.
HSL color Cylindrical-coordinate representation of color #2144FA: hue angle of 230.32º 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 #2144FA is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 68 | 250 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.02 |
| HSL | 230.32º | 0.96% | 0.55% | - |
| HSV(B) | 230.32º | 0.87% | 0.98% | - |
| XYZ | 19.95 | 11.36 | 91.58 | - |
| YUV | 78.28 | 224.9 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 250 | 0.87 | 0.73 | 0 | 0.02 | 230.32 | 0.96 | 0.55 |
| Hex | 21 | 44 | FA | 57 | 49 | 0 | 2 | E6 | 60 | 37 |
| Octal | 41 | 104 | 372 | 127 | 111 | 0 | 2 | 346 | 140 | 67 |
| Binary | 100001 | 1000100 | 11111010 | 1010111 | 1001001 | 0 | 10 | 11100110 | 1100000 | 110111 |
Color Harmonies of #2144FA
Complementary color
Monochromatic Colors of #2144FA
Black with #2144FA
Text Example
Text Example
White with #2144FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2144FA; }
p { color: rgb(33,68,250); }
H1.HeaderClassName
{
color: #2144FA;
}
.AnyTagClassName
{
color: #2144FA;
}
</style>
background-color css
<style>
a { background-color: #2144FA; }
a { background-color: rgb(33,68,250); }
div.DivClassName
{
background-color: #2144FA;
}
.BgClassName
{
background-color: #2144FA;
}
</style>
border-color css
<style>
span { border-color: #2144FA; }
span { border-color: rgb(33,68,250); }
td.TdClassName
{
border-color: #2144FA;
}
.TagClassName
{
border-color: #2144FA;
}
</style>