Shades of Neon Blue #282CED
Tints of Neon Blue #282CED
RGB
CMYK
RGB Variations
Color information
#282CED (or 0x282CED) is known color: Neon Blue. HEX triplet: 28, 2C and ED. RGB value is (40,44,237). Sum of RGB (Red+Green+Blue) = 40+44+237=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #282CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282CED is #D7D312. Grayscale: #404040. Windows color (decimal): -14144275 or 15543336. OLE color: 15543336.
HSL color Cylindrical-coordinate representation of color #282CED: hue angle of 238.78º 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 #282CED is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 44 | 237 | - |
| CMYK | 0.83 | 0.81 | 0 | 0.07 |
| HSL | 238.78º | 0.85% | 0.54% | - |
| HSV(B) | 238.78º | 0.83% | 0.93% | - |
| XYZ | 17.06 | 8.37 | 80.84 | - |
| YUV | 64.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 237 | 0.83 | 0.81 | 0 | 0.07 | 238.78 | 0.85 | 0.54 |
| Hex | 28 | 2C | ED | 53 | 51 | 0 | 7 | EF | 55 | 36 |
| Octal | 50 | 54 | 355 | 123 | 121 | 0 | 7 | 357 | 125 | 66 |
| Binary | 101000 | 101100 | 11101101 | 1010011 | 1010001 | 0 | 111 | 11101111 | 1010101 | 110110 |
Color Harmonies of #282CED
Complementary color
Monochromatic Colors of #282CED
Black with #282CED
Text Example
Text Example
White with #282CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CED; }
p { color: rgb(40,44,237); }
H1.HeaderClassName
{
color: #282CED;
}
.AnyTagClassName
{
color: #282CED;
}
</style>
background-color css
<style>
a { background-color: #282CED; }
a { background-color: rgb(40,44,237); }
div.DivClassName
{
background-color: #282CED;
}
.BgClassName
{
background-color: #282CED;
}
</style>
border-color css
<style>
span { border-color: #282CED; }
span { border-color: rgb(40,44,237); }
td.TdClassName
{
border-color: #282CED;
}
.TagClassName
{
border-color: #282CED;
}
</style>