Shades of Neon Blue #282EF4
Tints of Neon Blue #282EF4
RGB
CMYK
RGB Variations
Color information
#282EF4 (or 0x282EF4) is known color: Neon Blue. HEX triplet: 28, 2E and F4. RGB value is (40,46,244). Sum of RGB (Red+Green+Blue) = 40+46+244=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 244 (95.70% from 255 or 73.94% from 330); Max value from RGB is 244 - color contains mainly: blue. Hex color #282EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282EF4 is #D7D10B. Grayscale: #414141. Windows color (decimal): -14143756 or 16002600. OLE color: 16002600.
HSL color Cylindrical-coordinate representation of color #282EF4: hue angle of 238.24º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #282EF4 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 46 | 244 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.04 |
| HSL | 238.24º | 0.9% | 0.56% | - |
| HSV(B) | 238.24º | 0.84% | 0.96% | - |
| XYZ | 18.18 | 8.94 | 86.35 | - |
| YUV | 66.78 | 228.01 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 244 | 0.84 | 0.81 | 0 | 0.04 | 238.24 | 0.9 | 0.56 |
| Hex | 28 | 2E | F4 | 54 | 51 | 0 | 4 | EE | 5A | 38 |
| Octal | 50 | 56 | 364 | 124 | 121 | 0 | 4 | 356 | 132 | 70 |
| Binary | 101000 | 101110 | 11110100 | 1010100 | 1010001 | 0 | 100 | 11101110 | 1011010 | 111000 |
Color Harmonies of #282EF4
Complementary color
Monochromatic Colors of #282EF4
Black with #282EF4
Text Example
Text Example
White with #282EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EF4; }
p { color: rgb(40,46,244); }
H1.HeaderClassName
{
color: #282EF4;
}
.AnyTagClassName
{
color: #282EF4;
}
</style>
background-color css
<style>
a { background-color: #282EF4; }
a { background-color: rgb(40,46,244); }
div.DivClassName
{
background-color: #282EF4;
}
.BgClassName
{
background-color: #282EF4;
}
</style>
border-color css
<style>
span { border-color: #282EF4; }
span { border-color: rgb(40,46,244); }
td.TdClassName
{
border-color: #282EF4;
}
.TagClassName
{
border-color: #282EF4;
}
</style>