Shades of Neon Blue #4038FB
Tints of Neon Blue #4038FB
RGB
CMYK
RGB Variations
Color information
#4038FB (or 0x4038FB) is known color: Neon Blue. HEX triplet: 40, 38 and FB. RGB value is (64,56,251). Sum of RGB (Red+Green+Blue) = 64+56+251=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #4038FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038FB is #BFC704. Grayscale: #4F4F4F. Windows color (decimal): -12568325 or 16463936. OLE color: 16463936.
HSL color Cylindrical-coordinate representation of color #4038FB: hue angle of 242.46º 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 #4038FB is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 56 | 251 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.02 |
| HSL | 242.46º | 0.96% | 0.6% | - |
| HSV(B) | 242.46º | 0.78% | 0.98% | - |
| XYZ | 20.94 | 10.88 | 92.26 | - |
| YUV | 80.62 | 224.15 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 251 | 0.75 | 0.78 | 0 | 0.02 | 242.46 | 0.96 | 0.6 |
| Hex | 40 | 38 | FB | 4B | 4E | 0 | 2 | F2 | 60 | 3C |
| Octal | 100 | 70 | 373 | 113 | 116 | 0 | 2 | 362 | 140 | 74 |
| Binary | 1000000 | 111000 | 11111011 | 1001011 | 1001110 | 0 | 10 | 11110010 | 1100000 | 111100 |
Color Harmonies of #4038FB
Complementary color
Monochromatic Colors of #4038FB
Black with #4038FB
Text Example
Text Example
White with #4038FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4038FB; }
p { color: rgb(64,56,251); }
H1.HeaderClassName
{
color: #4038FB;
}
.AnyTagClassName
{
color: #4038FB;
}
</style>
background-color css
<style>
a { background-color: #4038FB; }
a { background-color: rgb(64,56,251); }
div.DivClassName
{
background-color: #4038FB;
}
.BgClassName
{
background-color: #4038FB;
}
</style>
border-color css
<style>
span { border-color: #4038FB; }
span { border-color: rgb(64,56,251); }
td.TdClassName
{
border-color: #4038FB;
}
.TagClassName
{
border-color: #4038FB;
}
</style>