Shades of Neon Blue #283FEB
Tints of Neon Blue #283FEB
RGB
CMYK
RGB Variations
Color information
#283FEB (or 0x283FEB) is known color: Neon Blue. HEX triplet: 28, 3F and EB. RGB value is (40,63,235). Sum of RGB (Red+Green+Blue) = 40+63+235=338 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.83% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #283FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283FEB is #D7C014. Grayscale: #4B4B4B. Windows color (decimal): -14139413 or 15417128. OLE color: 15417128.
HSL color Cylindrical-coordinate representation of color #283FEB: hue angle of 232.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #283FEB is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 63 | 235 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.08 |
| HSL | 232.92º | 0.83% | 0.54% | - |
| HSV(B) | 232.92º | 0.83% | 0.92% | - |
| XYZ | 17.65 | 10 | 79.6 | - |
| YUV | 75.73 | 217.88 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 235 | 0.83 | 0.73 | 0 | 0.08 | 232.92 | 0.83 | 0.54 |
| Hex | 28 | 3F | EB | 53 | 49 | 0 | 8 | E9 | 53 | 36 |
| Octal | 50 | 77 | 353 | 123 | 111 | 0 | 10 | 351 | 123 | 66 |
| Binary | 101000 | 111111 | 11101011 | 1010011 | 1001001 | 0 | 1000 | 11101001 | 1010011 | 110110 |
Color Harmonies of #283FEB
Complementary color
Monochromatic Colors of #283FEB
Black with #283FEB
Text Example
Text Example
White with #283FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FEB; }
p { color: rgb(40,63,235); }
H1.HeaderClassName
{
color: #283FEB;
}
.AnyTagClassName
{
color: #283FEB;
}
</style>
background-color css
<style>
a { background-color: #283FEB; }
a { background-color: rgb(40,63,235); }
div.DivClassName
{
background-color: #283FEB;
}
.BgClassName
{
background-color: #283FEB;
}
</style>
border-color css
<style>
span { border-color: #283FEB; }
span { border-color: rgb(40,63,235); }
td.TdClassName
{
border-color: #283FEB;
}
.TagClassName
{
border-color: #283FEB;
}
</style>