Shades of Neon Blue #4047FB
Tints of Neon Blue #4047FB
RGB
CMYK
RGB Variations
Color information
#4047FB (or 0x4047FB) is known color: Neon Blue. HEX triplet: 40, 47 and FB. RGB value is (64,71,251). Sum of RGB (Red+Green+Blue) = 64+71+251=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #4047FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4047FB is #BFB804. Grayscale: #585858. Windows color (decimal): -12564485 or 16467776. OLE color: 16467776.
HSL color Cylindrical-coordinate representation of color #4047FB: hue angle of 237.75º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4047FB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 71 | 251 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.02 |
| HSL | 237.75º | 0.96% | 0.62% | - |
| HSV(B) | 237.75º | 0.75% | 0.98% | - |
| XYZ | 21.78 | 12.56 | 92.54 | - |
| YUV | 89.43 | 219.18 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 251 | 0.75 | 0.72 | 0 | 0.02 | 237.75 | 0.96 | 0.62 |
| Hex | 40 | 47 | FB | 4B | 48 | 0 | 2 | EE | 60 | 3E |
| Octal | 100 | 107 | 373 | 113 | 110 | 0 | 2 | 356 | 140 | 76 |
| Binary | 1000000 | 1000111 | 11111011 | 1001011 | 1001000 | 0 | 10 | 11101110 | 1100000 | 111110 |
Color Harmonies of #4047FB
Complementary color
Monochromatic Colors of #4047FB
Black with #4047FB
Text Example
Text Example
White with #4047FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4047FB; }
p { color: rgb(64,71,251); }
H1.HeaderClassName
{
color: #4047FB;
}
.AnyTagClassName
{
color: #4047FB;
}
</style>
background-color css
<style>
a { background-color: #4047FB; }
a { background-color: rgb(64,71,251); }
div.DivClassName
{
background-color: #4047FB;
}
.BgClassName
{
background-color: #4047FB;
}
</style>
border-color css
<style>
span { border-color: #4047FB; }
span { border-color: rgb(64,71,251); }
td.TdClassName
{
border-color: #4047FB;
}
.TagClassName
{
border-color: #4047FB;
}
</style>