Shades of Neon Blue #284EFC
Tints of Neon Blue #284EFC
RGB
CMYK
RGB Variations
Color information
#284EFC (or 0x284EFC) is known color: Neon Blue. HEX triplet: 28, 4E and FC. RGB value is (40,78,252). Sum of RGB (Red+Green+Blue) = 40+78+252=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #284EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284EFC is #D7B103. Grayscale: #555555. Windows color (decimal): -14135556 or 16535080. OLE color: 16535080.
HSL color Cylindrical-coordinate representation of color #284EFC: hue angle of 229.25º 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 #284EFC is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 78 | 252 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.01 |
| HSL | 229.25º | 0.97% | 0.57% | - |
| HSV(B) | 229.25º | 0.84% | 0.99% | - |
| XYZ | 21.17 | 12.93 | 93.48 | - |
| YUV | 86.47 | 221.41 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 252 | 0.84 | 0.69 | 0 | 0.01 | 229.25 | 0.97 | 0.57 |
| Hex | 28 | 4E | FC | 54 | 45 | 0 | 1 | E5 | 61 | 39 |
| Octal | 50 | 116 | 374 | 124 | 105 | 0 | 1 | 345 | 141 | 71 |
| Binary | 101000 | 1001110 | 11111100 | 1010100 | 1000101 | 0 | 1 | 11100101 | 1100001 | 111001 |
Color Harmonies of #284EFC
Complementary color
Monochromatic Colors of #284EFC
Black with #284EFC
Text Example
Text Example
White with #284EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284EFC; }
p { color: rgb(40,78,252); }
H1.HeaderClassName
{
color: #284EFC;
}
.AnyTagClassName
{
color: #284EFC;
}
</style>
background-color css
<style>
a { background-color: #284EFC; }
a { background-color: rgb(40,78,252); }
div.DivClassName
{
background-color: #284EFC;
}
.BgClassName
{
background-color: #284EFC;
}
</style>
border-color css
<style>
span { border-color: #284EFC; }
span { border-color: rgb(40,78,252); }
td.TdClassName
{
border-color: #284EFC;
}
.TagClassName
{
border-color: #284EFC;
}
</style>