Shades of Neon Blue #393CFF
Tints of Neon Blue #393CFF
RGB
CMYK
RGB Variations
Color information
#393CFF (or 0x393CFF) is known color: Neon Blue. HEX triplet: 39, 3C and FF. RGB value is (57,60,255). Sum of RGB (Red+Green+Blue) = 57+60+255=372 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.32% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #393CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CFF is #C6C300. Grayscale: #505050. Windows color (decimal): -13026049 or 16727097. OLE color: 16727097.
HSL color Cylindrical-coordinate representation of color #393CFF: hue angle of 239.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393CFF is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 60 | 255 | - |
| CMYK | 0.78 | 0.76 | 0 | 0 |
| HSL | 239.09º | 1% | 0.61% | - |
| HSV(B) | 239.09º | 0.78% | 1% | - |
| XYZ | 21.35 | 11.32 | 95.67 | - |
| YUV | 81.33 | 226.01 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 255 | 0.78 | 0.76 | 0 | 0 | 239.09 | 1 | 0.61 |
| Hex | 39 | 3C | FF | 4E | 4C | 0 | 0 | EF | 64 | 3D |
| Octal | 71 | 74 | 377 | 116 | 114 | 0 | 0 | 357 | 144 | 75 |
| Binary | 111001 | 111100 | 11111111 | 1001110 | 1001100 | 0 | 0 | 11101111 | 1100100 | 111101 |
Color Harmonies of #393CFF
Complementary color
Monochromatic Colors of #393CFF
Black with #393CFF
Text Example
Text Example
White with #393CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CFF; }
p { color: rgb(57,60,255); }
H1.HeaderClassName
{
color: #393CFF;
}
.AnyTagClassName
{
color: #393CFF;
}
</style>
background-color css
<style>
a { background-color: #393CFF; }
a { background-color: rgb(57,60,255); }
div.DivClassName
{
background-color: #393CFF;
}
.BgClassName
{
background-color: #393CFF;
}
</style>
border-color css
<style>
span { border-color: #393CFF; }
span { border-color: rgb(57,60,255); }
td.TdClassName
{
border-color: #393CFF;
}
.TagClassName
{
border-color: #393CFF;
}
</style>