Shades of Neon Blue #2631EF
Tints of Neon Blue #2631EF
RGB
CMYK
RGB Variations
Color information
#2631EF (or 0x2631EF) is known color: Neon Blue. HEX triplet: 26, 31 and EF. RGB value is (38,49,239). Sum of RGB (Red+Green+Blue) = 38+49+239=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #2631EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2631EF is #D9CE10. Grayscale: #424242. Windows color (decimal): -14274065 or 15675686. OLE color: 15675686.
HSL color Cylindrical-coordinate representation of color #2631EF: hue angle of 236.72º 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 #2631EF is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 49 | 239 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.06 |
| HSL | 236.72º | 0.86% | 0.54% | - |
| HSV(B) | 236.72º | 0.84% | 0.94% | - |
| XYZ | 17.48 | 8.84 | 82.45 | - |
| YUV | 67.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 239 | 0.84 | 0.79 | 0 | 0.06 | 236.72 | 0.86 | 0.54 |
| Hex | 26 | 31 | EF | 54 | 4F | 0 | 6 | ED | 56 | 36 |
| Octal | 46 | 61 | 357 | 124 | 117 | 0 | 6 | 355 | 126 | 66 |
| Binary | 100110 | 110001 | 11101111 | 1010100 | 1001111 | 0 | 110 | 11101101 | 1010110 | 110110 |
Color Harmonies of #2631EF
Complementary color
Monochromatic Colors of #2631EF
Black with #2631EF
Text Example
Text Example
White with #2631EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2631EF; }
p { color: rgb(38,49,239); }
H1.HeaderClassName
{
color: #2631EF;
}
.AnyTagClassName
{
color: #2631EF;
}
</style>
background-color css
<style>
a { background-color: #2631EF; }
a { background-color: rgb(38,49,239); }
div.DivClassName
{
background-color: #2631EF;
}
.BgClassName
{
background-color: #2631EF;
}
</style>
border-color css
<style>
span { border-color: #2631EF; }
span { border-color: rgb(38,49,239); }
td.TdClassName
{
border-color: #2631EF;
}
.TagClassName
{
border-color: #2631EF;
}
</style>