Shades of Neon Blue #2435ED
Tints of Neon Blue #2435ED
RGB
CMYK
RGB Variations
Color information
#2435ED (or 0x2435ED) is known color: Neon Blue. HEX triplet: 24, 35 and ED. RGB value is (36,53,237). Sum of RGB (Red+Green+Blue) = 36+53+237=326 (43% of max value = 765). Red value is 36 (14.45% from 255 or 11.04% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #2435ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2435ED is #DBCA12. Grayscale: #444444. Windows color (decimal): -14404115 or 15545636. OLE color: 15545636.
HSL color Cylindrical-coordinate representation of color #2435ED: hue angle of 234.93º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2435ED is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 53 | 237 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.07 |
| HSL | 234.93º | 0.85% | 0.54% | - |
| HSV(B) | 234.93º | 0.85% | 0.93% | - |
| XYZ | 17.29 | 9.04 | 80.95 | - |
| YUV | 68.89 | 222.87 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 237 | 0.85 | 0.78 | 0 | 0.07 | 234.93 | 0.85 | 0.54 |
| Hex | 24 | 35 | ED | 55 | 4E | 0 | 7 | EB | 55 | 36 |
| Octal | 44 | 65 | 355 | 125 | 116 | 0 | 7 | 353 | 125 | 66 |
| Binary | 100100 | 110101 | 11101101 | 1010101 | 1001110 | 0 | 111 | 11101011 | 1010101 | 110110 |
Color Harmonies of #2435ED
Complementary color
Monochromatic Colors of #2435ED
Black with #2435ED
Text Example
Text Example
White with #2435ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2435ED; }
p { color: rgb(36,53,237); }
H1.HeaderClassName
{
color: #2435ED;
}
.AnyTagClassName
{
color: #2435ED;
}
</style>
background-color css
<style>
a { background-color: #2435ED; }
a { background-color: rgb(36,53,237); }
div.DivClassName
{
background-color: #2435ED;
}
.BgClassName
{
background-color: #2435ED;
}
</style>
border-color css
<style>
span { border-color: #2435ED; }
span { border-color: rgb(36,53,237); }
td.TdClassName
{
border-color: #2435ED;
}
.TagClassName
{
border-color: #2435ED;
}
</style>