Shades of Neon Blue #284EFB
Tints of Neon Blue #284EFB
RGB
CMYK
RGB Variations
Color information
#284EFB (or 0x284EFB) is known color: Neon Blue. HEX triplet: 28, 4E and FB. RGB value is (40,78,251). Sum of RGB (Red+Green+Blue) = 40+78+251=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #284EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284EFB is #D7B104. Grayscale: #555555. Windows color (decimal): -14135557 or 16469544. OLE color: 16469544.
HSL color Cylindrical-coordinate representation of color #284EFB: hue angle of 229.19º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #284EFB is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 78 | 251 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.02 |
| HSL | 229.19º | 0.96% | 0.57% | - |
| HSV(B) | 229.19º | 0.84% | 0.98% | - |
| XYZ | 21.01 | 12.86 | 92.64 | - |
| YUV | 86.36 | 220.91 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 251 | 0.84 | 0.69 | 0 | 0.02 | 229.19 | 0.96 | 0.57 |
| Hex | 28 | 4E | FB | 54 | 45 | 0 | 2 | E5 | 60 | 39 |
| Octal | 50 | 116 | 373 | 124 | 105 | 0 | 2 | 345 | 140 | 71 |
| Binary | 101000 | 1001110 | 11111011 | 1010100 | 1000101 | 0 | 10 | 11100101 | 1100000 | 111001 |
Color Harmonies of #284EFB
Complementary color
Monochromatic Colors of #284EFB
Black with #284EFB
Text Example
Text Example
White with #284EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284EFB; }
p { color: rgb(40,78,251); }
H1.HeaderClassName
{
color: #284EFB;
}
.AnyTagClassName
{
color: #284EFB;
}
</style>
background-color css
<style>
a { background-color: #284EFB; }
a { background-color: rgb(40,78,251); }
div.DivClassName
{
background-color: #284EFB;
}
.BgClassName
{
background-color: #284EFB;
}
</style>
border-color css
<style>
span { border-color: #284EFB; }
span { border-color: rgb(40,78,251); }
td.TdClassName
{
border-color: #284EFB;
}
.TagClassName
{
border-color: #284EFB;
}
</style>