Shades of Neon Blue #2640FE
Tints of Neon Blue #2640FE
RGB
CMYK
RGB Variations
Color information
#2640FE (or 0x2640FE) is known color: Neon Blue. HEX triplet: 26, 40 and FE. RGB value is (38,64,254). Sum of RGB (Red+Green+Blue) = 38+64+254=356 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.67% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #2640FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2640FE is #D9BF01. Grayscale: #4D4D4D. Windows color (decimal): -14270210 or 16662566. OLE color: 16662566.
HSL color Cylindrical-coordinate representation of color #2640FE: hue angle of 232.78º 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 #2640FE is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 38 | 64 | 254 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.00 |
| HSL | 232.78º | 0.99% | 0.57% | - |
| HSV(B) | 232.78º | 0.85% | 1% | - |
| XYZ | 20.52 | 11.23 | 94.85 | - |
| YUV | 77.89 | 227.39 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 254 | 0.85 | 0.75 | 0 | 0.00 | 232.78 | 0.99 | 0.57 |
| Hex | 26 | 40 | FE | 55 | 4B | 0 | 0 | E9 | 63 | 39 |
| Octal | 46 | 100 | 376 | 125 | 113 | 0 | 0 | 351 | 143 | 71 |
| Binary | 100110 | 1000000 | 11111110 | 1010101 | 1001011 | 0 | 0 | 11101001 | 1100011 | 111001 |
Color Harmonies of #2640FE
Complementary color
Monochromatic Colors of #2640FE
Black with #2640FE
Text Example
Text Example
White with #2640FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640FE; }
p { color: rgb(38,64,254); }
H1.HeaderClassName
{
color: #2640FE;
}
.AnyTagClassName
{
color: #2640FE;
}
</style>
background-color css
<style>
a { background-color: #2640FE; }
a { background-color: rgb(38,64,254); }
div.DivClassName
{
background-color: #2640FE;
}
.BgClassName
{
background-color: #2640FE;
}
</style>
border-color css
<style>
span { border-color: #2640FE; }
span { border-color: rgb(38,64,254); }
td.TdClassName
{
border-color: #2640FE;
}
.TagClassName
{
border-color: #2640FE;
}
</style>