Shades of Neon Blue #284CFF
Tints of Neon Blue #284CFF
RGB
CMYK
RGB Variations
Color information
#284CFF (or 0x284CFF) is known color: Neon Blue. HEX triplet: 28, 4C and FF. RGB value is (40,76,255). Sum of RGB (Red+Green+Blue) = 40+76+255=371 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.78% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #284CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284CFF is #D7B300. Grayscale: #545454. Windows color (decimal): -14136065 or 16731176. OLE color: 16731176.
HSL color Cylindrical-coordinate representation of color #284CFF: hue angle of 229.95º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #284CFF is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 76 | 255 | - |
| CMYK | 0.84 | 0.70 | 0 | 0 |
| HSL | 229.95º | 1% | 0.58% | - |
| HSV(B) | 229.95º | 0.84% | 1% | - |
| XYZ | 21.51 | 12.84 | 95.95 | - |
| YUV | 85.64 | 223.57 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 255 | 0.84 | 0.70 | 0 | 0 | 229.95 | 1 | 0.58 |
| Hex | 28 | 4C | FF | 54 | 46 | 0 | 0 | E6 | 64 | 3A |
| Octal | 50 | 114 | 377 | 124 | 106 | 0 | 0 | 346 | 144 | 72 |
| Binary | 101000 | 1001100 | 11111111 | 1010100 | 1000110 | 0 | 0 | 11100110 | 1100100 | 111010 |
Color Harmonies of #284CFF
Complementary color
Monochromatic Colors of #284CFF
Black with #284CFF
Text Example
Text Example
White with #284CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284CFF; }
p { color: rgb(40,76,255); }
H1.HeaderClassName
{
color: #284CFF;
}
.AnyTagClassName
{
color: #284CFF;
}
</style>
background-color css
<style>
a { background-color: #284CFF; }
a { background-color: rgb(40,76,255); }
div.DivClassName
{
background-color: #284CFF;
}
.BgClassName
{
background-color: #284CFF;
}
</style>
border-color css
<style>
span { border-color: #284CFF; }
span { border-color: rgb(40,76,255); }
td.TdClassName
{
border-color: #284CFF;
}
.TagClassName
{
border-color: #284CFF;
}
</style>