Shades of Neon Blue #282EFF
Tints of Neon Blue #282EFF
RGB
CMYK
RGB Variations
Color information
#282EFF (or 0x282EFF) is known color: Neon Blue. HEX triplet: 28, 2E and FF. RGB value is (40,46,255). Sum of RGB (Red+Green+Blue) = 40+46+255=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #282EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282EFF is #D7D100. Grayscale: #434343. Windows color (decimal): -14143745 or 16723496. OLE color: 16723496.
HSL color Cylindrical-coordinate representation of color #282EFF: hue angle of 238.33º 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 #282EFF is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 46 | 255 | - |
| CMYK | 0.84 | 0.82 | 0 | 0 |
| HSL | 238.33º | 1% | 0.58% | - |
| HSV(B) | 238.33º | 0.84% | 1% | - |
| XYZ | 19.9 | 9.63 | 95.42 | - |
| YUV | 68.03 | 233.51 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 255 | 0.84 | 0.82 | 0 | 0 | 238.33 | 1 | 0.58 |
| Hex | 28 | 2E | FF | 54 | 52 | 0 | 0 | EE | 64 | 3A |
| Octal | 50 | 56 | 377 | 124 | 122 | 0 | 0 | 356 | 144 | 72 |
| Binary | 101000 | 101110 | 11111111 | 1010100 | 1010010 | 0 | 0 | 11101110 | 1100100 | 111010 |
Color Harmonies of #282EFF
Complementary color
Monochromatic Colors of #282EFF
Black with #282EFF
Text Example
Text Example
White with #282EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EFF; }
p { color: rgb(40,46,255); }
H1.HeaderClassName
{
color: #282EFF;
}
.AnyTagClassName
{
color: #282EFF;
}
</style>
background-color css
<style>
a { background-color: #282EFF; }
a { background-color: rgb(40,46,255); }
div.DivClassName
{
background-color: #282EFF;
}
.BgClassName
{
background-color: #282EFF;
}
</style>
border-color css
<style>
span { border-color: #282EFF; }
span { border-color: rgb(40,46,255); }
td.TdClassName
{
border-color: #282EFF;
}
.TagClassName
{
border-color: #282EFF;
}
</style>