Shades of Neon Blue #2145FF
Tints of Neon Blue #2145FF
RGB
CMYK
RGB Variations
Color information
#2145FF (or 0x2145FF) is known color: Neon Blue. HEX triplet: 21, 45 and FF. RGB value is (33,69,255). Sum of RGB (Red+Green+Blue) = 33+69+255=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #2145FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2145FF is #DEBA00. Grayscale: #4E4E4E. Windows color (decimal): -14596609 or 16729377. OLE color: 16729377.
HSL color Cylindrical-coordinate representation of color #2145FF: hue angle of 230.27º 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 #2145FF is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 69 | 255 | - |
| CMYK | 0.87 | 0.73 | 0 | 0 |
| HSL | 230.27º | 1% | 0.56% | - |
| HSV(B) | 230.27º | 0.87% | 1% | - |
| XYZ | 20.81 | 11.8 | 95.79 | - |
| YUV | 79.44 | 227.07 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 255 | 0.87 | 0.73 | 0 | 0 | 230.27 | 1 | 0.56 |
| Hex | 21 | 45 | FF | 57 | 49 | 0 | 0 | E6 | 64 | 38 |
| Octal | 41 | 105 | 377 | 127 | 111 | 0 | 0 | 346 | 144 | 70 |
| Binary | 100001 | 1000101 | 11111111 | 1010111 | 1001001 | 0 | 0 | 11100110 | 1100100 | 111000 |
Color Harmonies of #2145FF
Complementary color
Monochromatic Colors of #2145FF
Black with #2145FF
Text Example
Text Example
White with #2145FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2145FF; }
p { color: rgb(33,69,255); }
H1.HeaderClassName
{
color: #2145FF;
}
.AnyTagClassName
{
color: #2145FF;
}
</style>
background-color css
<style>
a { background-color: #2145FF; }
a { background-color: rgb(33,69,255); }
div.DivClassName
{
background-color: #2145FF;
}
.BgClassName
{
background-color: #2145FF;
}
</style>
border-color css
<style>
span { border-color: #2145FF; }
span { border-color: rgb(33,69,255); }
td.TdClassName
{
border-color: #2145FF;
}
.TagClassName
{
border-color: #2145FF;
}
</style>