Shades of Neon Blue #4037FB
Tints of Neon Blue #4037FB
RGB
CMYK
RGB Variations
Color information
#4037FB (or 0x4037FB) is known color: Neon Blue. HEX triplet: 40, 37 and FB. RGB value is (64,55,251). Sum of RGB (Red+Green+Blue) = 64+55+251=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #4037FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4037FB is #BFC804. Grayscale: #4F4F4F. Windows color (decimal): -12568581 or 16463680. OLE color: 16463680.
HSL color Cylindrical-coordinate representation of color #4037FB: hue angle of 242.76º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4037FB is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 55 | 251 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.02 |
| HSL | 242.76º | 0.96% | 0.6% | - |
| HSV(B) | 242.76º | 0.78% | 0.98% | - |
| XYZ | 20.89 | 10.79 | 92.25 | - |
| YUV | 80.04 | 224.48 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 251 | 0.75 | 0.78 | 0 | 0.02 | 242.76 | 0.96 | 0.6 |
| Hex | 40 | 37 | FB | 4B | 4E | 0 | 2 | F3 | 60 | 3C |
| Octal | 100 | 67 | 373 | 113 | 116 | 0 | 2 | 363 | 140 | 74 |
| Binary | 1000000 | 110111 | 11111011 | 1001011 | 1001110 | 0 | 10 | 11110011 | 1100000 | 111100 |
Color Harmonies of #4037FB
Complementary color
Monochromatic Colors of #4037FB
Black with #4037FB
Text Example
Text Example
White with #4037FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4037FB; }
p { color: rgb(64,55,251); }
H1.HeaderClassName
{
color: #4037FB;
}
.AnyTagClassName
{
color: #4037FB;
}
</style>
background-color css
<style>
a { background-color: #4037FB; }
a { background-color: rgb(64,55,251); }
div.DivClassName
{
background-color: #4037FB;
}
.BgClassName
{
background-color: #4037FB;
}
</style>
border-color css
<style>
span { border-color: #4037FB; }
span { border-color: rgb(64,55,251); }
td.TdClassName
{
border-color: #4037FB;
}
.TagClassName
{
border-color: #4037FB;
}
</style>