Shades of Neon Blue #2630ED
Tints of Neon Blue #2630ED
RGB
CMYK
RGB Variations
Color information
#2630ED (or 0x2630ED) is known color: Neon Blue. HEX triplet: 26, 30 and ED. RGB value is (38,48,237). Sum of RGB (Red+Green+Blue) = 38+48+237=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #2630ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2630ED is #D9CF12. Grayscale: #414141. Windows color (decimal): -14274323 or 15544358. OLE color: 15544358.
HSL color Cylindrical-coordinate representation of color #2630ED: hue angle of 236.98º degrees, saturation: 0.85, 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 #2630ED is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 48 | 237 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.07 |
| HSL | 236.98º | 0.85% | 0.54% | - |
| HSV(B) | 236.98º | 0.84% | 0.93% | - |
| XYZ | 17.14 | 8.64 | 80.89 | - |
| YUV | 66.56 | 224.19 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 237 | 0.84 | 0.80 | 0 | 0.07 | 236.98 | 0.85 | 0.54 |
| Hex | 26 | 30 | ED | 54 | 50 | 0 | 7 | ED | 55 | 36 |
| Octal | 46 | 60 | 355 | 124 | 120 | 0 | 7 | 355 | 125 | 66 |
| Binary | 100110 | 110000 | 11101101 | 1010100 | 1010000 | 0 | 111 | 11101101 | 1010101 | 110110 |
Color Harmonies of #2630ED
Complementary color
Monochromatic Colors of #2630ED
Black with #2630ED
Text Example
Text Example
White with #2630ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630ED; }
p { color: rgb(38,48,237); }
H1.HeaderClassName
{
color: #2630ED;
}
.AnyTagClassName
{
color: #2630ED;
}
</style>
background-color css
<style>
a { background-color: #2630ED; }
a { background-color: rgb(38,48,237); }
div.DivClassName
{
background-color: #2630ED;
}
.BgClassName
{
background-color: #2630ED;
}
</style>
border-color css
<style>
span { border-color: #2630ED; }
span { border-color: rgb(38,48,237); }
td.TdClassName
{
border-color: #2630ED;
}
.TagClassName
{
border-color: #2630ED;
}
</style>