Shades of Neon Blue #393FFD
Tints of Neon Blue #393FFD
RGB
CMYK
RGB Variations
Color information
#393FFD (or 0x393FFD) is known color: Neon Blue. HEX triplet: 39, 3F and FD. RGB value is (57,63,253). Sum of RGB (Red+Green+Blue) = 57+63+253=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #393FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FFD is #C6C002. Grayscale: #525252. Windows color (decimal): -13025283 or 16596793. OLE color: 16596793.
HSL color Cylindrical-coordinate representation of color #393FFD: hue angle of 238.16º 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 #393FFD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 63 | 253 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.01 |
| HSL | 238.16º | 0.98% | 0.61% | - |
| HSV(B) | 238.16º | 0.77% | 0.99% | - |
| XYZ | 21.19 | 11.52 | 94.03 | - |
| YUV | 82.87 | 224.01 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 253 | 0.77 | 0.75 | 0 | 0.01 | 238.16 | 0.98 | 0.61 |
| Hex | 39 | 3F | FD | 4D | 4B | 0 | 1 | EE | 62 | 3D |
| Octal | 71 | 77 | 375 | 115 | 113 | 0 | 1 | 356 | 142 | 75 |
| Binary | 111001 | 111111 | 11111101 | 1001101 | 1001011 | 0 | 1 | 11101110 | 1100010 | 111101 |
Color Harmonies of #393FFD
Complementary color
Monochromatic Colors of #393FFD
Black with #393FFD
Text Example
Text Example
White with #393FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FFD; }
p { color: rgb(57,63,253); }
H1.HeaderClassName
{
color: #393FFD;
}
.AnyTagClassName
{
color: #393FFD;
}
</style>
background-color css
<style>
a { background-color: #393FFD; }
a { background-color: rgb(57,63,253); }
div.DivClassName
{
background-color: #393FFD;
}
.BgClassName
{
background-color: #393FFD;
}
</style>
border-color css
<style>
span { border-color: #393FFD; }
span { border-color: rgb(57,63,253); }
td.TdClassName
{
border-color: #393FFD;
}
.TagClassName
{
border-color: #393FFD;
}
</style>