Shades of Neon Blue #282EF2
Tints of Neon Blue #282EF2
RGB
CMYK
RGB Variations
Color information
#282EF2 (or 0x282EF2) is known color: Neon Blue. HEX triplet: 28, 2E and F2. RGB value is (40,46,242). Sum of RGB (Red+Green+Blue) = 40+46+242=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 242 (94.92% from 255 or 73.78% from 328); Max value from RGB is 242 - color contains mainly: blue. Hex color #282EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282EF2 is #D7D10D. Grayscale: #414141. Windows color (decimal): -14143758 or 15871528. OLE color: 15871528.
HSL color Cylindrical-coordinate representation of color #282EF2: hue angle of 238.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282EF2 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 46 | 242 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.05 |
| HSL | 238.22º | 0.89% | 0.55% | - |
| HSV(B) | 238.22º | 0.83% | 0.95% | - |
| XYZ | 17.88 | 8.82 | 84.76 | - |
| YUV | 66.55 | 227.01 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 242 | 0.83 | 0.81 | 0 | 0.05 | 238.22 | 0.89 | 0.55 |
| Hex | 28 | 2E | F2 | 53 | 51 | 0 | 5 | EE | 59 | 37 |
| Octal | 50 | 56 | 362 | 123 | 121 | 0 | 5 | 356 | 131 | 67 |
| Binary | 101000 | 101110 | 11110010 | 1010011 | 1010001 | 0 | 101 | 11101110 | 1011001 | 110111 |
Color Harmonies of #282EF2
Complementary color
Monochromatic Colors of #282EF2
Black with #282EF2
Text Example
Text Example
White with #282EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EF2; }
p { color: rgb(40,46,242); }
H1.HeaderClassName
{
color: #282EF2;
}
.AnyTagClassName
{
color: #282EF2;
}
</style>
background-color css
<style>
a { background-color: #282EF2; }
a { background-color: rgb(40,46,242); }
div.DivClassName
{
background-color: #282EF2;
}
.BgClassName
{
background-color: #282EF2;
}
</style>
border-color css
<style>
span { border-color: #282EF2; }
span { border-color: rgb(40,46,242); }
td.TdClassName
{
border-color: #282EF2;
}
.TagClassName
{
border-color: #282EF2;
}
</style>