Shades of Neon Blue #2638EE
Tints of Neon Blue #2638EE
RGB
CMYK
RGB Variations
Color information
#2638EE (or 0x2638EE) is known color: Neon Blue. HEX triplet: 26, 38 and EE. RGB value is (38,56,238). Sum of RGB (Red+Green+Blue) = 38+56+238=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #2638EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2638EE is #D9C711. Grayscale: #464646. Windows color (decimal): -14272274 or 15611942. OLE color: 15611942.
HSL color Cylindrical-coordinate representation of color #2638EE: hue angle of 234.6º 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 #2638EE is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 56 | 238 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.07 |
| HSL | 234.6º | 0.85% | 0.54% | - |
| HSV(B) | 234.6º | 0.84% | 0.93% | - |
| XYZ | 17.65 | 9.41 | 81.78 | - |
| YUV | 71.37 | 222.04 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 238 | 0.84 | 0.76 | 0 | 0.07 | 234.6 | 0.85 | 0.54 |
| Hex | 26 | 38 | EE | 54 | 4C | 0 | 7 | EB | 55 | 36 |
| Octal | 46 | 70 | 356 | 124 | 114 | 0 | 7 | 353 | 125 | 66 |
| Binary | 100110 | 111000 | 11101110 | 1010100 | 1001100 | 0 | 111 | 11101011 | 1010101 | 110110 |
Color Harmonies of #2638EE
Complementary color
Monochromatic Colors of #2638EE
Black with #2638EE
Text Example
Text Example
White with #2638EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2638EE; }
p { color: rgb(38,56,238); }
H1.HeaderClassName
{
color: #2638EE;
}
.AnyTagClassName
{
color: #2638EE;
}
</style>
background-color css
<style>
a { background-color: #2638EE; }
a { background-color: rgb(38,56,238); }
div.DivClassName
{
background-color: #2638EE;
}
.BgClassName
{
background-color: #2638EE;
}
</style>
border-color css
<style>
span { border-color: #2638EE; }
span { border-color: rgb(38,56,238); }
td.TdClassName
{
border-color: #2638EE;
}
.TagClassName
{
border-color: #2638EE;
}
</style>