Shades of Neon Blue #4031F7
Tints of Neon Blue #4031F7
RGB
CMYK
RGB Variations
Color information
#4031F7 (or 0x4031F7) is known color: Neon Blue. HEX triplet: 40, 31 and F7. RGB value is (64,49,247). Sum of RGB (Red+Green+Blue) = 64+49+247=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #4031F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4031F7 is #BFCE08. Grayscale: #4B4B4B. Windows color (decimal): -12570121 or 16200000. OLE color: 16200000.
HSL color Cylindrical-coordinate representation of color #4031F7: hue angle of 244.55º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4031F7 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 49 | 247 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.03 |
| HSL | 244.55º | 0.93% | 0.58% | - |
| HSV(B) | 244.55º | 0.8% | 0.97% | - |
| XYZ | 20 | 10 | 88.87 | - |
| YUV | 76.06 | 224.47 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 247 | 0.74 | 0.80 | 0 | 0.03 | 244.55 | 0.93 | 0.58 |
| Hex | 40 | 31 | F7 | 4A | 50 | 0 | 3 | F5 | 5D | 3A |
| Octal | 100 | 61 | 367 | 112 | 120 | 0 | 3 | 365 | 135 | 72 |
| Binary | 1000000 | 110001 | 11110111 | 1001010 | 1010000 | 0 | 11 | 11110101 | 1011101 | 111010 |
Color Harmonies of #4031F7
Complementary color
Monochromatic Colors of #4031F7
Black with #4031F7
Text Example
Text Example
White with #4031F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4031F7; }
p { color: rgb(64,49,247); }
H1.HeaderClassName
{
color: #4031F7;
}
.AnyTagClassName
{
color: #4031F7;
}
</style>
background-color css
<style>
a { background-color: #4031F7; }
a { background-color: rgb(64,49,247); }
div.DivClassName
{
background-color: #4031F7;
}
.BgClassName
{
background-color: #4031F7;
}
</style>
border-color css
<style>
span { border-color: #4031F7; }
span { border-color: rgb(64,49,247); }
td.TdClassName
{
border-color: #4031F7;
}
.TagClassName
{
border-color: #4031F7;
}
</style>