Shades of Neon Blue #2638EC
Tints of Neon Blue #2638EC
RGB
CMYK
RGB Variations
Color information
#2638EC (or 0x2638EC) is known color: Neon Blue. HEX triplet: 26, 38 and EC. RGB value is (38,56,236). Sum of RGB (Red+Green+Blue) = 38+56+236=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #2638EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2638EC is #D9C713. Grayscale: #464646. Windows color (decimal): -14272276 or 15480870. OLE color: 15480870.
HSL color Cylindrical-coordinate representation of color #2638EC: hue angle of 234.55º degrees, saturation: 0.84, 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 #2638EC is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 56 | 236 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.07 |
| HSL | 234.55º | 0.84% | 0.54% | - |
| HSV(B) | 234.55º | 0.84% | 0.93% | - |
| XYZ | 17.35 | 9.3 | 80.24 | - |
| YUV | 71.14 | 221.04 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 236 | 0.84 | 0.76 | 0 | 0.07 | 234.55 | 0.84 | 0.54 |
| Hex | 26 | 38 | EC | 54 | 4C | 0 | 7 | EB | 54 | 36 |
| Octal | 46 | 70 | 354 | 124 | 114 | 0 | 7 | 353 | 124 | 66 |
| Binary | 100110 | 111000 | 11101100 | 1010100 | 1001100 | 0 | 111 | 11101011 | 1010100 | 110110 |
Color Harmonies of #2638EC
Complementary color
Monochromatic Colors of #2638EC
Black with #2638EC
Text Example
Text Example
White with #2638EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2638EC; }
p { color: rgb(38,56,236); }
H1.HeaderClassName
{
color: #2638EC;
}
.AnyTagClassName
{
color: #2638EC;
}
</style>
background-color css
<style>
a { background-color: #2638EC; }
a { background-color: rgb(38,56,236); }
div.DivClassName
{
background-color: #2638EC;
}
.BgClassName
{
background-color: #2638EC;
}
</style>
border-color css
<style>
span { border-color: #2638EC; }
span { border-color: rgb(38,56,236); }
td.TdClassName
{
border-color: #2638EC;
}
.TagClassName
{
border-color: #2638EC;
}
</style>