Shades of Neon Blue #2642EF
Tints of Neon Blue #2642EF
RGB
CMYK
RGB Variations
Color information
#2642EF (or 0x2642EF) is known color: Neon Blue. HEX triplet: 26, 42 and EF. RGB value is (38,66,239). Sum of RGB (Red+Green+Blue) = 38+66+239=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #2642EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2642EF is #D9BD10. Grayscale: #4C4C4C. Windows color (decimal): -14269713 or 15680038. OLE color: 15680038.
HSL color Cylindrical-coordinate representation of color #2642EF: hue angle of 231.64º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2642EF is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 66 | 239 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.06 |
| HSL | 231.64º | 0.86% | 0.54% | - |
| HSV(B) | 231.64º | 0.84% | 0.94% | - |
| XYZ | 18.33 | 10.54 | 82.73 | - |
| YUV | 77.35 | 219.22 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 239 | 0.84 | 0.72 | 0 | 0.06 | 231.64 | 0.86 | 0.54 |
| Hex | 26 | 42 | EF | 54 | 48 | 0 | 6 | E8 | 56 | 36 |
| Octal | 46 | 102 | 357 | 124 | 110 | 0 | 6 | 350 | 126 | 66 |
| Binary | 100110 | 1000010 | 11101111 | 1010100 | 1001000 | 0 | 110 | 11101000 | 1010110 | 110110 |
Color Harmonies of #2642EF
Complementary color
Monochromatic Colors of #2642EF
Black with #2642EF
Text Example
Text Example
White with #2642EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2642EF; }
p { color: rgb(38,66,239); }
H1.HeaderClassName
{
color: #2642EF;
}
.AnyTagClassName
{
color: #2642EF;
}
</style>
background-color css
<style>
a { background-color: #2642EF; }
a { background-color: rgb(38,66,239); }
div.DivClassName
{
background-color: #2642EF;
}
.BgClassName
{
background-color: #2642EF;
}
</style>
border-color css
<style>
span { border-color: #2642EF; }
span { border-color: rgb(38,66,239); }
td.TdClassName
{
border-color: #2642EF;
}
.TagClassName
{
border-color: #2642EF;
}
</style>