Shades of Neon Blue #283AEC
Tints of Neon Blue #283AEC
RGB
CMYK
RGB Variations
Color information
#283AEC (or 0x283AEC) is known color: Neon Blue. HEX triplet: 28, 3A and EC. RGB value is (40,58,236). Sum of RGB (Red+Green+Blue) = 40+58+236=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 236 (92.58% from 255 or 70.66% from 334); Max value from RGB is 236 - color contains mainly: blue. Hex color #283AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283AEC is #D7C513. Grayscale: #484848. Windows color (decimal): -14140692 or 15481384. OLE color: 15481384.
HSL color Cylindrical-coordinate representation of color #283AEC: hue angle of 234.49º 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 #283AEC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 58 | 236 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.07 |
| HSL | 234.49º | 0.84% | 0.54% | - |
| HSV(B) | 234.49º | 0.83% | 0.93% | - |
| XYZ | 17.53 | 9.53 | 80.27 | - |
| YUV | 72.91 | 220.04 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 236 | 0.83 | 0.75 | 0 | 0.07 | 234.49 | 0.84 | 0.54 |
| Hex | 28 | 3A | EC | 53 | 4B | 0 | 7 | EA | 54 | 36 |
| Octal | 50 | 72 | 354 | 123 | 113 | 0 | 7 | 352 | 124 | 66 |
| Binary | 101000 | 111010 | 11101100 | 1010011 | 1001011 | 0 | 111 | 11101010 | 1010100 | 110110 |
Color Harmonies of #283AEC
Complementary color
Monochromatic Colors of #283AEC
Black with #283AEC
Text Example
Text Example
White with #283AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AEC; }
p { color: rgb(40,58,236); }
H1.HeaderClassName
{
color: #283AEC;
}
.AnyTagClassName
{
color: #283AEC;
}
</style>
background-color css
<style>
a { background-color: #283AEC; }
a { background-color: rgb(40,58,236); }
div.DivClassName
{
background-color: #283AEC;
}
.BgClassName
{
background-color: #283AEC;
}
</style>
border-color css
<style>
span { border-color: #283AEC; }
span { border-color: rgb(40,58,236); }
td.TdClassName
{
border-color: #283AEC;
}
.TagClassName
{
border-color: #283AEC;
}
</style>