Shades of Neon Blue #284AFB
Tints of Neon Blue #284AFB
RGB
CMYK
RGB Variations
Color information
#284AFB (or 0x284AFB) is known color: Neon Blue. HEX triplet: 28, 4A and FB. RGB value is (40,74,251). Sum of RGB (Red+Green+Blue) = 40+74+251=365 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.96% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #284AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #284AFB is #D7B504. Grayscale: #535353. Windows color (decimal): -14136581 or 16468520. OLE color: 16468520.
HSL color Cylindrical-coordinate representation of color #284AFB: hue angle of 230.33º 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 #284AFB is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 74 | 251 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.02 |
| HSL | 230.33º | 0.96% | 0.57% | - |
| HSV(B) | 230.33º | 0.84% | 0.98% | - |
| XYZ | 20.74 | 12.31 | 92.55 | - |
| YUV | 84.01 | 222.24 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 251 | 0.84 | 0.71 | 0 | 0.02 | 230.33 | 0.96 | 0.57 |
| Hex | 28 | 4A | FB | 54 | 47 | 0 | 2 | E6 | 60 | 39 |
| Octal | 50 | 112 | 373 | 124 | 107 | 0 | 2 | 346 | 140 | 71 |
| Binary | 101000 | 1001010 | 11111011 | 1010100 | 1000111 | 0 | 10 | 11100110 | 1100000 | 111001 |
Color Harmonies of #284AFB
Complementary color
Monochromatic Colors of #284AFB
Black with #284AFB
Text Example
Text Example
White with #284AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284AFB; }
p { color: rgb(40,74,251); }
H1.HeaderClassName
{
color: #284AFB;
}
.AnyTagClassName
{
color: #284AFB;
}
</style>
background-color css
<style>
a { background-color: #284AFB; }
a { background-color: rgb(40,74,251); }
div.DivClassName
{
background-color: #284AFB;
}
.BgClassName
{
background-color: #284AFB;
}
</style>
border-color css
<style>
span { border-color: #284AFB; }
span { border-color: rgb(40,74,251); }
td.TdClassName
{
border-color: #284AFB;
}
.TagClassName
{
border-color: #284AFB;
}
</style>