Shades of Neon Blue #2844FC
Tints of Neon Blue #2844FC
RGB
CMYK
RGB Variations
Color information
#2844FC (or 0x2844FC) is known color: Neon Blue. HEX triplet: 28, 44 and FC. RGB value is (40,68,252). Sum of RGB (Red+Green+Blue) = 40+68+252=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #2844FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2844FC is #D7BB03. Grayscale: #4F4F4F. Windows color (decimal): -14138116 or 16532520. OLE color: 16532520.
HSL color Cylindrical-coordinate representation of color #2844FC: hue angle of 232.08º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2844FC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 68 | 252 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.01 |
| HSL | 232.08º | 0.97% | 0.57% | - |
| HSV(B) | 232.08º | 0.84% | 0.99% | - |
| XYZ | 20.51 | 11.61 | 93.26 | - |
| YUV | 80.6 | 224.72 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 68 | 252 | 0.84 | 0.73 | 0 | 0.01 | 232.08 | 0.97 | 0.57 |
| Hex | 28 | 44 | FC | 54 | 49 | 0 | 1 | E8 | 61 | 39 |
| Octal | 50 | 104 | 374 | 124 | 111 | 0 | 1 | 350 | 141 | 71 |
| Binary | 101000 | 1000100 | 11111100 | 1010100 | 1001001 | 0 | 1 | 11101000 | 1100001 | 111001 |
Color Harmonies of #2844FC
Complementary color
Monochromatic Colors of #2844FC
Black with #2844FC
Text Example
Text Example
White with #2844FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2844FC; }
p { color: rgb(40,68,252); }
H1.HeaderClassName
{
color: #2844FC;
}
.AnyTagClassName
{
color: #2844FC;
}
</style>
background-color css
<style>
a { background-color: #2844FC; }
a { background-color: rgb(40,68,252); }
div.DivClassName
{
background-color: #2844FC;
}
.BgClassName
{
background-color: #2844FC;
}
</style>
border-color css
<style>
span { border-color: #2844FC; }
span { border-color: rgb(40,68,252); }
td.TdClassName
{
border-color: #2844FC;
}
.TagClassName
{
border-color: #2844FC;
}
</style>