Shades of Neon Blue #283FEE
Tints of Neon Blue #283FEE
RGB
CMYK
RGB Variations
Color information
#283FEE (or 0x283FEE) is known color: Neon Blue. HEX triplet: 28, 3F and EE. RGB value is (40,63,238). Sum of RGB (Red+Green+Blue) = 40+63+238=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #283FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283FEE is #D7C011. Grayscale: #4B4B4B. Windows color (decimal): -14139410 or 15613736. OLE color: 15613736.
HSL color Cylindrical-coordinate representation of color #283FEE: hue angle of 233.03º 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 #283FEE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 63 | 238 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.07 |
| HSL | 233.03º | 0.85% | 0.55% | - |
| HSV(B) | 233.03º | 0.83% | 0.93% | - |
| XYZ | 18.09 | 10.18 | 81.9 | - |
| YUV | 76.07 | 219.38 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 63 | 238 | 0.83 | 0.74 | 0 | 0.07 | 233.03 | 0.85 | 0.55 |
| Hex | 28 | 3F | EE | 53 | 4A | 0 | 7 | E9 | 55 | 37 |
| Octal | 50 | 77 | 356 | 123 | 112 | 0 | 7 | 351 | 125 | 67 |
| Binary | 101000 | 111111 | 11101110 | 1010011 | 1001010 | 0 | 111 | 11101001 | 1010101 | 110111 |
Color Harmonies of #283FEE
Complementary color
Monochromatic Colors of #283FEE
Black with #283FEE
Text Example
Text Example
White with #283FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283FEE; }
p { color: rgb(40,63,238); }
H1.HeaderClassName
{
color: #283FEE;
}
.AnyTagClassName
{
color: #283FEE;
}
</style>
background-color css
<style>
a { background-color: #283FEE; }
a { background-color: rgb(40,63,238); }
div.DivClassName
{
background-color: #283FEE;
}
.BgClassName
{
background-color: #283FEE;
}
</style>
border-color css
<style>
span { border-color: #283FEE; }
span { border-color: rgb(40,63,238); }
td.TdClassName
{
border-color: #283FEE;
}
.TagClassName
{
border-color: #283FEE;
}
</style>