Shades of Neon Blue #283FEC
Tints of Neon Blue #283FEC
RGB
CMYK
RGB Variations
Color information
#283FEC (or 0x283FEC) is known color: Neon Blue. HEX triplet: 28, 3F and EC. RGB value is (40,63,236). Sum of RGB (Red+Green+Blue) = 40+63+236=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #283FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283FEC is #D7C013. Grayscale: #4B4B4B. Windows color (decimal): -14139412 or 15482664. OLE color: 15482664.
HSL color Cylindrical-coordinate representation of color #283FEC: hue angle of 232.96º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #283FEC is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 63 | 236 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.07 |
| HSL | 232.96º | 0.84% | 0.54% | - |
| HSV(B) | 232.96º | 0.83% | 0.93% | - |
| XYZ | 17.79 | 10.06 | 80.36 | - |
| YUV | 75.85 | 218.38 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 236 | 0.83 | 0.73 | 0 | 0.07 | 232.96 | 0.84 | 0.54 |
| Hex | 28 | 3F | EC | 53 | 49 | 0 | 7 | E9 | 54 | 36 |
| Octal | 50 | 77 | 354 | 123 | 111 | 0 | 7 | 351 | 124 | 66 |
| Binary | 101000 | 111111 | 11101100 | 1010011 | 1001001 | 0 | 111 | 11101001 | 1010100 | 110110 |
Color Harmonies of #283FEC
Complementary color
Monochromatic Colors of #283FEC
Black with #283FEC
Text Example
Text Example
White with #283FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FEC; }
p { color: rgb(40,63,236); }
H1.HeaderClassName
{
color: #283FEC;
}
.AnyTagClassName
{
color: #283FEC;
}
</style>
background-color css
<style>
a { background-color: #283FEC; }
a { background-color: rgb(40,63,236); }
div.DivClassName
{
background-color: #283FEC;
}
.BgClassName
{
background-color: #283FEC;
}
</style>
border-color css
<style>
span { border-color: #283FEC; }
span { border-color: rgb(40,63,236); }
td.TdClassName
{
border-color: #283FEC;
}
.TagClassName
{
border-color: #283FEC;
}
</style>