Shades of Neon Blue #283BEC
Tints of Neon Blue #283BEC
RGB
CMYK
RGB Variations
Color information
#283BEC (or 0x283BEC) is known color: Neon Blue. HEX triplet: 28, 3B and EC. RGB value is (40,59,236). Sum of RGB (Red+Green+Blue) = 40+59+236=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #283BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283BEC is #D7C413. Grayscale: #484848. Windows color (decimal): -14140436 or 15481640. OLE color: 15481640.
HSL color Cylindrical-coordinate representation of color #283BEC: hue angle of 234.18º 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 #283BEC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 59 | 236 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.07 |
| HSL | 234.18º | 0.84% | 0.54% | - |
| HSV(B) | 234.18º | 0.83% | 0.93% | - |
| XYZ | 17.58 | 9.64 | 80.29 | - |
| YUV | 73.5 | 219.71 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 236 | 0.83 | 0.75 | 0 | 0.07 | 234.18 | 0.84 | 0.54 |
| Hex | 28 | 3B | EC | 53 | 4B | 0 | 7 | EA | 54 | 36 |
| Octal | 50 | 73 | 354 | 123 | 113 | 0 | 7 | 352 | 124 | 66 |
| Binary | 101000 | 111011 | 11101100 | 1010011 | 1001011 | 0 | 111 | 11101010 | 1010100 | 110110 |
Color Harmonies of #283BEC
Complementary color
Monochromatic Colors of #283BEC
Black with #283BEC
Text Example
Text Example
White with #283BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283BEC; }
p { color: rgb(40,59,236); }
H1.HeaderClassName
{
color: #283BEC;
}
.AnyTagClassName
{
color: #283BEC;
}
</style>
background-color css
<style>
a { background-color: #283BEC; }
a { background-color: rgb(40,59,236); }
div.DivClassName
{
background-color: #283BEC;
}
.BgClassName
{
background-color: #283BEC;
}
</style>
border-color css
<style>
span { border-color: #283BEC; }
span { border-color: rgb(40,59,236); }
td.TdClassName
{
border-color: #283BEC;
}
.TagClassName
{
border-color: #283BEC;
}
</style>