Shades of Neon Blue #2430EE
Tints of Neon Blue #2430EE
RGB
CMYK
RGB Variations
Color information
#2430EE (or 0x2430EE) is known color: Neon Blue. HEX triplet: 24, 30 and EE. RGB value is (36,48,238). Sum of RGB (Red+Green+Blue) = 36+48+238=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #2430EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2430EE is #DBCF11. Grayscale: #414141. Windows color (decimal): -14405394 or 15609892. OLE color: 15609892.
HSL color Cylindrical-coordinate representation of color #2430EE: hue angle of 236.44º degrees, saturation: 0.86, 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 #2430EE is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 48 | 238 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.07 |
| HSL | 236.44º | 0.86% | 0.54% | - |
| HSV(B) | 236.44º | 0.85% | 0.93% | - |
| XYZ | 17.22 | 8.66 | 81.65 | - |
| YUV | 66.07 | 225.02 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 238 | 0.85 | 0.80 | 0 | 0.07 | 236.44 | 0.86 | 0.54 |
| Hex | 24 | 30 | EE | 55 | 50 | 0 | 7 | EC | 56 | 36 |
| Octal | 44 | 60 | 356 | 125 | 120 | 0 | 7 | 354 | 126 | 66 |
| Binary | 100100 | 110000 | 11101110 | 1010101 | 1010000 | 0 | 111 | 11101100 | 1010110 | 110110 |
Color Harmonies of #2430EE
Complementary color
Monochromatic Colors of #2430EE
Black with #2430EE
Text Example
Text Example
White with #2430EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2430EE; }
p { color: rgb(36,48,238); }
H1.HeaderClassName
{
color: #2430EE;
}
.AnyTagClassName
{
color: #2430EE;
}
</style>
background-color css
<style>
a { background-color: #2430EE; }
a { background-color: rgb(36,48,238); }
div.DivClassName
{
background-color: #2430EE;
}
.BgClassName
{
background-color: #2430EE;
}
</style>
border-color css
<style>
span { border-color: #2430EE; }
span { border-color: rgb(36,48,238); }
td.TdClassName
{
border-color: #2430EE;
}
.TagClassName
{
border-color: #2430EE;
}
</style>