Shades of Neon Blue #4039FD
Tints of Neon Blue #4039FD
RGB
CMYK
RGB Variations
Color information
#4039FD (or 0x4039FD) is known color: Neon Blue. HEX triplet: 40, 39 and FD. RGB value is (64,57,253). Sum of RGB (Red+Green+Blue) = 64+57+253=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #4039FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4039FD is #BFC602. Grayscale: #505050. Windows color (decimal): -12568067 or 16595264. OLE color: 16595264.
HSL color Cylindrical-coordinate representation of color #4039FD: hue angle of 242.14º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4039FD is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 57 | 253 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.01 |
| HSL | 242.14º | 0.98% | 0.61% | - |
| HSV(B) | 242.14º | 0.77% | 0.99% | - |
| XYZ | 21.31 | 11.11 | 93.95 | - |
| YUV | 81.44 | 224.82 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 253 | 0.75 | 0.77 | 0 | 0.01 | 242.14 | 0.98 | 0.61 |
| Hex | 40 | 39 | FD | 4B | 4D | 0 | 1 | F2 | 62 | 3D |
| Octal | 100 | 71 | 375 | 113 | 115 | 0 | 1 | 362 | 142 | 75 |
| Binary | 1000000 | 111001 | 11111101 | 1001011 | 1001101 | 0 | 1 | 11110010 | 1100010 | 111101 |
Color Harmonies of #4039FD
Complementary color
Monochromatic Colors of #4039FD
Black with #4039FD
Text Example
Text Example
White with #4039FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4039FD; }
p { color: rgb(64,57,253); }
H1.HeaderClassName
{
color: #4039FD;
}
.AnyTagClassName
{
color: #4039FD;
}
</style>
background-color css
<style>
a { background-color: #4039FD; }
a { background-color: rgb(64,57,253); }
div.DivClassName
{
background-color: #4039FD;
}
.BgClassName
{
background-color: #4039FD;
}
</style>
border-color css
<style>
span { border-color: #4039FD; }
span { border-color: rgb(64,57,253); }
td.TdClassName
{
border-color: #4039FD;
}
.TagClassName
{
border-color: #4039FD;
}
</style>