Shades of Neon Blue #282FF0
Tints of Neon Blue #282FF0
RGB
CMYK
RGB Variations
Color information
#282FF0 (or 0x282FF0) is known color: Neon Blue. HEX triplet: 28, 2F and F0. RGB value is (40,47,240). Sum of RGB (Red+Green+Blue) = 40+47+240=327 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.23% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 240 (94.14% from 255 or 73.39% from 327); Max value from RGB is 240 - color contains mainly: blue. Hex color #282FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282FF0 is #D7D00F. Grayscale: #424242. Windows color (decimal): -14143504 or 15740712. OLE color: 15740712.
HSL color Cylindrical-coordinate representation of color #282FF0: hue angle of 237.9º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #282FF0 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 47 | 240 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.06 |
| HSL | 237.9º | 0.87% | 0.55% | - |
| HSV(B) | 237.9º | 0.83% | 0.94% | - |
| XYZ | 17.62 | 8.78 | 83.2 | - |
| YUV | 66.91 | 225.68 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 240 | 0.83 | 0.80 | 0 | 0.06 | 237.9 | 0.87 | 0.55 |
| Hex | 28 | 2F | F0 | 53 | 50 | 0 | 6 | EE | 57 | 37 |
| Octal | 50 | 57 | 360 | 123 | 120 | 0 | 6 | 356 | 127 | 67 |
| Binary | 101000 | 101111 | 11110000 | 1010011 | 1010000 | 0 | 110 | 11101110 | 1010111 | 110111 |
Color Harmonies of #282FF0
Complementary color
Monochromatic Colors of #282FF0
Black with #282FF0
Text Example
Text Example
White with #282FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FF0; }
p { color: rgb(40,47,240); }
H1.HeaderClassName
{
color: #282FF0;
}
.AnyTagClassName
{
color: #282FF0;
}
</style>
background-color css
<style>
a { background-color: #282FF0; }
a { background-color: rgb(40,47,240); }
div.DivClassName
{
background-color: #282FF0;
}
.BgClassName
{
background-color: #282FF0;
}
</style>
border-color css
<style>
span { border-color: #282FF0; }
span { border-color: rgb(40,47,240); }
td.TdClassName
{
border-color: #282FF0;
}
.TagClassName
{
border-color: #282FF0;
}
</style>