Shades of Neon Blue #4038FA
Tints of Neon Blue #4038FA
RGB
CMYK
RGB Variations
Color information
#4038FA (or 0x4038FA) is known color: Neon Blue. HEX triplet: 40, 38 and FA. RGB value is (64,56,250). Sum of RGB (Red+Green+Blue) = 64+56+250=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #4038FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4038FA is #BFC705. Grayscale: #4F4F4F. Windows color (decimal): -12568326 or 16398400. OLE color: 16398400.
HSL color Cylindrical-coordinate representation of color #4038FA: hue angle of 242.47º degrees, saturation: 0.95, 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 #4038FA is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 56 | 250 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.02 |
| HSL | 242.47º | 0.95% | 0.6% | - |
| HSV(B) | 242.47º | 0.78% | 0.98% | - |
| XYZ | 20.78 | 10.82 | 91.44 | - |
| YUV | 80.51 | 223.65 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 250 | 0.74 | 0.78 | 0 | 0.02 | 242.47 | 0.95 | 0.6 |
| Hex | 40 | 38 | FA | 4A | 4E | 0 | 2 | F2 | 5F | 3C |
| Octal | 100 | 70 | 372 | 112 | 116 | 0 | 2 | 362 | 137 | 74 |
| Binary | 1000000 | 111000 | 11111010 | 1001010 | 1001110 | 0 | 10 | 11110010 | 1011111 | 111100 |
Color Harmonies of #4038FA
Complementary color
Monochromatic Colors of #4038FA
Black with #4038FA
Text Example
Text Example
White with #4038FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4038FA; }
p { color: rgb(64,56,250); }
H1.HeaderClassName
{
color: #4038FA;
}
.AnyTagClassName
{
color: #4038FA;
}
</style>
background-color css
<style>
a { background-color: #4038FA; }
a { background-color: rgb(64,56,250); }
div.DivClassName
{
background-color: #4038FA;
}
.BgClassName
{
background-color: #4038FA;
}
</style>
border-color css
<style>
span { border-color: #4038FA; }
span { border-color: rgb(64,56,250); }
td.TdClassName
{
border-color: #4038FA;
}
.TagClassName
{
border-color: #4038FA;
}
</style>