Shades of Neon Blue #262DEE
Tints of Neon Blue #262DEE
RGB
CMYK
RGB Variations
Color information
#262DEE (or 0x262DEE) is known color: Neon Blue. HEX triplet: 26, 2D and EE. RGB value is (38,45,238). Sum of RGB (Red+Green+Blue) = 38+45+238=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #262DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #262DEE is #D9D211. Grayscale: #404040. Windows color (decimal): -14275090 or 15609126. OLE color: 15609126.
HSL color Cylindrical-coordinate representation of color #262DEE: hue angle of 237.9º 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 #262DEE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 45 | 238 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.07 |
| HSL | 237.9º | 0.85% | 0.54% | - |
| HSV(B) | 237.9º | 0.84% | 0.93% | - |
| XYZ | 17.17 | 8.46 | 81.62 | - |
| YUV | 64.91 | 225.68 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 238 | 0.84 | 0.81 | 0 | 0.07 | 237.9 | 0.85 | 0.54 |
| Hex | 26 | 2D | EE | 54 | 51 | 0 | 7 | EE | 55 | 36 |
| Octal | 46 | 55 | 356 | 124 | 121 | 0 | 7 | 356 | 125 | 66 |
| Binary | 100110 | 101101 | 11101110 | 1010100 | 1010001 | 0 | 111 | 11101110 | 1010101 | 110110 |
Color Harmonies of #262DEE
Complementary color
Monochromatic Colors of #262DEE
Black with #262DEE
Text Example
Text Example
White with #262DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DEE; }
p { color: rgb(38,45,238); }
H1.HeaderClassName
{
color: #262DEE;
}
.AnyTagClassName
{
color: #262DEE;
}
</style>
background-color css
<style>
a { background-color: #262DEE; }
a { background-color: rgb(38,45,238); }
div.DivClassName
{
background-color: #262DEE;
}
.BgClassName
{
background-color: #262DEE;
}
</style>
border-color css
<style>
span { border-color: #262DEE; }
span { border-color: rgb(38,45,238); }
td.TdClassName
{
border-color: #262DEE;
}
.TagClassName
{
border-color: #262DEE;
}
</style>