Shades of Neon Blue #4039FB
Tints of Neon Blue #4039FB
RGB
CMYK
RGB Variations
Color information
#4039FB (or 0x4039FB) is known color: Neon Blue. HEX triplet: 40, 39 and FB. RGB value is (64,57,251). Sum of RGB (Red+Green+Blue) = 64+57+251=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #4039FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4039FB is #BFC604. Grayscale: #505050. Windows color (decimal): -12568069 or 16464192. OLE color: 16464192.
HSL color Cylindrical-coordinate representation of color #4039FB: hue angle of 242.16º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4039FB is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 57 | 251 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.02 |
| HSL | 242.16º | 0.96% | 0.6% | - |
| HSV(B) | 242.16º | 0.77% | 0.98% | - |
| XYZ | 20.99 | 10.98 | 92.28 | - |
| YUV | 81.21 | 223.82 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 251 | 0.75 | 0.77 | 0 | 0.02 | 242.16 | 0.96 | 0.6 |
| Hex | 40 | 39 | FB | 4B | 4D | 0 | 2 | F2 | 60 | 3C |
| Octal | 100 | 71 | 373 | 113 | 115 | 0 | 2 | 362 | 140 | 74 |
| Binary | 1000000 | 111001 | 11111011 | 1001011 | 1001101 | 0 | 10 | 11110010 | 1100000 | 111100 |
Color Harmonies of #4039FB
Complementary color
Monochromatic Colors of #4039FB
Black with #4039FB
Text Example
Text Example
White with #4039FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4039FB; }
p { color: rgb(64,57,251); }
H1.HeaderClassName
{
color: #4039FB;
}
.AnyTagClassName
{
color: #4039FB;
}
</style>
background-color css
<style>
a { background-color: #4039FB; }
a { background-color: rgb(64,57,251); }
div.DivClassName
{
background-color: #4039FB;
}
.BgClassName
{
background-color: #4039FB;
}
</style>
border-color css
<style>
span { border-color: #4039FB; }
span { border-color: rgb(64,57,251); }
td.TdClassName
{
border-color: #4039FB;
}
.TagClassName
{
border-color: #4039FB;
}
</style>