Shades of Neon Blue #2646FE
Tints of Neon Blue #2646FE
RGB
CMYK
RGB Variations
Color information
#2646FE (or 0x2646FE) is known color: Neon Blue. HEX triplet: 26, 46 and FE. RGB value is (38,70,254). Sum of RGB (Red+Green+Blue) = 38+70+254=362 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.50% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #2646FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2646FE is #D9B901. Grayscale: #505050. Windows color (decimal): -14268674 or 16664102. OLE color: 16664102.
HSL color Cylindrical-coordinate representation of color #2646FE: hue angle of 231.11º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2646FE is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 70 | 254 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.00 |
| HSL | 231.11º | 0.99% | 0.57% | - |
| HSV(B) | 231.11º | 0.85% | 1% | - |
| XYZ | 20.88 | 11.95 | 94.97 | - |
| YUV | 81.41 | 225.4 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 70 | 254 | 0.85 | 0.72 | 0 | 0.00 | 231.11 | 0.99 | 0.57 |
| Hex | 26 | 46 | FE | 55 | 48 | 0 | 0 | E7 | 63 | 39 |
| Octal | 46 | 106 | 376 | 125 | 110 | 0 | 0 | 347 | 143 | 71 |
| Binary | 100110 | 1000110 | 11111110 | 1010101 | 1001000 | 0 | 0 | 11100111 | 1100011 | 111001 |
Color Harmonies of #2646FE
Complementary color
Monochromatic Colors of #2646FE
Black with #2646FE
Text Example
Text Example
White with #2646FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2646FE; }
p { color: rgb(38,70,254); }
H1.HeaderClassName
{
color: #2646FE;
}
.AnyTagClassName
{
color: #2646FE;
}
</style>
background-color css
<style>
a { background-color: #2646FE; }
a { background-color: rgb(38,70,254); }
div.DivClassName
{
background-color: #2646FE;
}
.BgClassName
{
background-color: #2646FE;
}
</style>
border-color css
<style>
span { border-color: #2646FE; }
span { border-color: rgb(38,70,254); }
td.TdClassName
{
border-color: #2646FE;
}
.TagClassName
{
border-color: #2646FE;
}
</style>