Shades of Neon Blue #283DEE
Tints of Neon Blue #283DEE
RGB
CMYK
RGB Variations
Color information
#283DEE (or 0x283DEE) is known color: Neon Blue. HEX triplet: 28, 3D and EE. RGB value is (40,61,238). Sum of RGB (Red+Green+Blue) = 40+61+238=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #283DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283DEE is #D7C211. Grayscale: #4A4A4A. Windows color (decimal): -14139922 or 15613224. OLE color: 15613224.
HSL color Cylindrical-coordinate representation of color #283DEE: hue angle of 233.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #283DEE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 61 | 238 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.64º | 0.85% | 0.55% | - |
| HSV(B) | 233.64º | 0.83% | 0.93% | - |
| XYZ | 17.98 | 9.96 | 81.86 | - |
| YUV | 74.9 | 220.04 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 238 | 0.83 | 0.74 | 0 | 0.07 | 233.64 | 0.85 | 0.55 |
| Hex | 28 | 3D | EE | 53 | 4A | 0 | 7 | EA | 55 | 37 |
| Octal | 50 | 75 | 356 | 123 | 112 | 0 | 7 | 352 | 125 | 67 |
| Binary | 101000 | 111101 | 11101110 | 1010011 | 1001010 | 0 | 111 | 11101010 | 1010101 | 110111 |
Color Harmonies of #283DEE
Complementary color
Monochromatic Colors of #283DEE
Black with #283DEE
Text Example
Text Example
White with #283DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DEE; }
p { color: rgb(40,61,238); }
H1.HeaderClassName
{
color: #283DEE;
}
.AnyTagClassName
{
color: #283DEE;
}
</style>
background-color css
<style>
a { background-color: #283DEE; }
a { background-color: rgb(40,61,238); }
div.DivClassName
{
background-color: #283DEE;
}
.BgClassName
{
background-color: #283DEE;
}
</style>
border-color css
<style>
span { border-color: #283DEE; }
span { border-color: rgb(40,61,238); }
td.TdClassName
{
border-color: #283DEE;
}
.TagClassName
{
border-color: #283DEE;
}
</style>