Shades of Neon Blue #2640FB
Tints of Neon Blue #2640FB
RGB
CMYK
RGB Variations
Color information
#2640FB (or 0x2640FB) is known color: Neon Blue. HEX triplet: 26, 40 and FB. RGB value is (38,64,251). Sum of RGB (Red+Green+Blue) = 38+64+251=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #2640FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2640FB is #D9BF04. Grayscale: #4C4C4C. Windows color (decimal): -14270213 or 16465958. OLE color: 16465958.
HSL color Cylindrical-coordinate representation of color #2640FB: hue angle of 232.68º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2640FB is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 64 | 251 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.02 |
| HSL | 232.68º | 0.96% | 0.57% | - |
| HSV(B) | 232.68º | 0.85% | 0.98% | - |
| XYZ | 20.05 | 11.04 | 92.34 | - |
| YUV | 77.54 | 225.89 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 64 | 251 | 0.85 | 0.75 | 0 | 0.02 | 232.68 | 0.96 | 0.57 |
| Hex | 26 | 40 | FB | 55 | 4B | 0 | 2 | E9 | 60 | 39 |
| Octal | 46 | 100 | 373 | 125 | 113 | 0 | 2 | 351 | 140 | 71 |
| Binary | 100110 | 1000000 | 11111011 | 1010101 | 1001011 | 0 | 10 | 11101001 | 1100000 | 111001 |
Color Harmonies of #2640FB
Complementary color
Monochromatic Colors of #2640FB
Black with #2640FB
Text Example
Text Example
White with #2640FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2640FB; }
p { color: rgb(38,64,251); }
H1.HeaderClassName
{
color: #2640FB;
}
.AnyTagClassName
{
color: #2640FB;
}
</style>
background-color css
<style>
a { background-color: #2640FB; }
a { background-color: rgb(38,64,251); }
div.DivClassName
{
background-color: #2640FB;
}
.BgClassName
{
background-color: #2640FB;
}
</style>
border-color css
<style>
span { border-color: #2640FB; }
span { border-color: rgb(38,64,251); }
td.TdClassName
{
border-color: #2640FB;
}
.TagClassName
{
border-color: #2640FB;
}
</style>