Shades of Neon Blue #2639EC
Tints of Neon Blue #2639EC
RGB
CMYK
RGB Variations
Color information
#2639EC (or 0x2639EC) is known color: Neon Blue. HEX triplet: 26, 39 and EC. RGB value is (38,57,236). Sum of RGB (Red+Green+Blue) = 38+57+236=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #2639EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2639EC is #D9C613. Grayscale: #464646. Windows color (decimal): -14272020 or 15481126. OLE color: 15481126.
HSL color Cylindrical-coordinate representation of color #2639EC: hue angle of 234.24º 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 #2639EC is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 57 | 236 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.07 |
| HSL | 234.24º | 0.84% | 0.54% | - |
| HSV(B) | 234.24º | 0.84% | 0.93% | - |
| XYZ | 17.4 | 9.39 | 80.25 | - |
| YUV | 71.73 | 220.71 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 236 | 0.84 | 0.76 | 0 | 0.07 | 234.24 | 0.84 | 0.54 |
| Hex | 26 | 39 | EC | 54 | 4C | 0 | 7 | EA | 54 | 36 |
| Octal | 46 | 71 | 354 | 124 | 114 | 0 | 7 | 352 | 124 | 66 |
| Binary | 100110 | 111001 | 11101100 | 1010100 | 1001100 | 0 | 111 | 11101010 | 1010100 | 110110 |
Color Harmonies of #2639EC
Complementary color
Monochromatic Colors of #2639EC
Black with #2639EC
Text Example
Text Example
White with #2639EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639EC; }
p { color: rgb(38,57,236); }
H1.HeaderClassName
{
color: #2639EC;
}
.AnyTagClassName
{
color: #2639EC;
}
</style>
background-color css
<style>
a { background-color: #2639EC; }
a { background-color: rgb(38,57,236); }
div.DivClassName
{
background-color: #2639EC;
}
.BgClassName
{
background-color: #2639EC;
}
</style>
border-color css
<style>
span { border-color: #2639EC; }
span { border-color: rgb(38,57,236); }
td.TdClassName
{
border-color: #2639EC;
}
.TagClassName
{
border-color: #2639EC;
}
</style>