Shades of Neon Blue #2530EE
Tints of Neon Blue #2530EE
RGB
CMYK
RGB Variations
Color information
#2530EE (or 0x2530EE) is known color: Neon Blue. HEX triplet: 25, 30 and EE. RGB value is (37,48,238). Sum of RGB (Red+Green+Blue) = 37+48+238=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #2530EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2530EE is #DACF11. Grayscale: #414141. Windows color (decimal): -14339858 or 15609893. OLE color: 15609893.
HSL color Cylindrical-coordinate representation of color #2530EE: hue angle of 236.72º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2530EE is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 48 | 238 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.07 |
| HSL | 236.72º | 0.86% | 0.54% | - |
| HSV(B) | 236.72º | 0.84% | 0.93% | - |
| XYZ | 17.25 | 8.68 | 81.66 | - |
| YUV | 66.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 238 | 0.84 | 0.80 | 0 | 0.07 | 236.72 | 0.86 | 0.54 |
| Hex | 25 | 30 | EE | 54 | 50 | 0 | 7 | ED | 56 | 36 |
| Octal | 45 | 60 | 356 | 124 | 120 | 0 | 7 | 355 | 126 | 66 |
| Binary | 100101 | 110000 | 11101110 | 1010100 | 1010000 | 0 | 111 | 11101101 | 1010110 | 110110 |
Color Harmonies of #2530EE
Complementary color
Monochromatic Colors of #2530EE
Black with #2530EE
Text Example
Text Example
White with #2530EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2530EE; }
p { color: rgb(37,48,238); }
H1.HeaderClassName
{
color: #2530EE;
}
.AnyTagClassName
{
color: #2530EE;
}
</style>
background-color css
<style>
a { background-color: #2530EE; }
a { background-color: rgb(37,48,238); }
div.DivClassName
{
background-color: #2530EE;
}
.BgClassName
{
background-color: #2530EE;
}
</style>
border-color css
<style>
span { border-color: #2530EE; }
span { border-color: rgb(37,48,238); }
td.TdClassName
{
border-color: #2530EE;
}
.TagClassName
{
border-color: #2530EE;
}
</style>