Shades of Neon Blue #284FFE
Tints of Neon Blue #284FFE
RGB
CMYK
RGB Variations
Color information
#284FFE (or 0x284FFE) is known color: Neon Blue. HEX triplet: 28, 4F and FE. RGB value is (40,79,254). Sum of RGB (Red+Green+Blue) = 40+79+254=373 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.72% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #284FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #284FFE is #D7B001. Grayscale: #565656. Windows color (decimal): -14135298 or 16666408. OLE color: 16666408.
HSL color Cylindrical-coordinate representation of color #284FFE: hue angle of 229.07º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #284FFE is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 79 | 254 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.00 |
| HSL | 229.07º | 0.99% | 0.58% | - |
| HSV(B) | 229.07º | 0.84% | 1% | - |
| XYZ | 21.56 | 13.2 | 95.18 | - |
| YUV | 87.29 | 222.08 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 79 | 254 | 0.84 | 0.69 | 0 | 0.00 | 229.07 | 0.99 | 0.58 |
| Hex | 28 | 4F | FE | 54 | 45 | 0 | 0 | E5 | 63 | 3A |
| Octal | 50 | 117 | 376 | 124 | 105 | 0 | 0 | 345 | 143 | 72 |
| Binary | 101000 | 1001111 | 11111110 | 1010100 | 1000101 | 0 | 0 | 11100101 | 1100011 | 111010 |
Color Harmonies of #284FFE
Complementary color
Monochromatic Colors of #284FFE
Black with #284FFE
Text Example
Text Example
White with #284FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284FFE; }
p { color: rgb(40,79,254); }
H1.HeaderClassName
{
color: #284FFE;
}
.AnyTagClassName
{
color: #284FFE;
}
</style>
background-color css
<style>
a { background-color: #284FFE; }
a { background-color: rgb(40,79,254); }
div.DivClassName
{
background-color: #284FFE;
}
.BgClassName
{
background-color: #284FFE;
}
</style>
border-color css
<style>
span { border-color: #284FFE; }
span { border-color: rgb(40,79,254); }
td.TdClassName
{
border-color: #284FFE;
}
.TagClassName
{
border-color: #284FFE;
}
</style>