Shades of Neon Blue #283AED
Tints of Neon Blue #283AED
RGB
CMYK
RGB Variations
Color information
#283AED (or 0x283AED) is known color: Neon Blue. HEX triplet: 28, 3A and ED. RGB value is (40,58,237). Sum of RGB (Red+Green+Blue) = 40+58+237=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #283AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283AED is #D7C512. Grayscale: #484848. Windows color (decimal): -14140691 or 15546920. OLE color: 15546920.
HSL color Cylindrical-coordinate representation of color #283AED: hue angle of 234.52º degrees, saturation: 0.85, 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 #283AED is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 58 | 237 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.07 |
| HSL | 234.52º | 0.85% | 0.54% | - |
| HSV(B) | 234.52º | 0.83% | 0.93% | - |
| XYZ | 17.67 | 9.59 | 81.04 | - |
| YUV | 73.02 | 220.54 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 237 | 0.83 | 0.76 | 0 | 0.07 | 234.52 | 0.85 | 0.54 |
| Hex | 28 | 3A | ED | 53 | 4C | 0 | 7 | EB | 55 | 36 |
| Octal | 50 | 72 | 355 | 123 | 114 | 0 | 7 | 353 | 125 | 66 |
| Binary | 101000 | 111010 | 11101101 | 1010011 | 1001100 | 0 | 111 | 11101011 | 1010101 | 110110 |
Color Harmonies of #283AED
Complementary color
Monochromatic Colors of #283AED
Black with #283AED
Text Example
Text Example
White with #283AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AED; }
p { color: rgb(40,58,237); }
H1.HeaderClassName
{
color: #283AED;
}
.AnyTagClassName
{
color: #283AED;
}
</style>
background-color css
<style>
a { background-color: #283AED; }
a { background-color: rgb(40,58,237); }
div.DivClassName
{
background-color: #283AED;
}
.BgClassName
{
background-color: #283AED;
}
</style>
border-color css
<style>
span { border-color: #283AED; }
span { border-color: rgb(40,58,237); }
td.TdClassName
{
border-color: #283AED;
}
.TagClassName
{
border-color: #283AED;
}
</style>