Shades of Neon Blue #393CFE
Tints of Neon Blue #393CFE
RGB
CMYK
RGB Variations
Color information
#393CFE (or 0x393CFE) is known color: Neon Blue. HEX triplet: 39, 3C and FE. RGB value is (57,60,254). Sum of RGB (Red+Green+Blue) = 57+60+254=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #393CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393CFE is #C6C301. Grayscale: #505050. Windows color (decimal): -13026050 or 16661561. OLE color: 16661561.
HSL color Cylindrical-coordinate representation of color #393CFE: hue angle of 239.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #393CFE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 60 | 254 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.00 |
| HSL | 239.09º | 0.99% | 0.61% | - |
| HSV(B) | 239.09º | 0.78% | 1% | - |
| XYZ | 21.19 | 11.26 | 94.82 | - |
| YUV | 81.22 | 225.51 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 254 | 0.78 | 0.76 | 0 | 0.00 | 239.09 | 0.99 | 0.61 |
| Hex | 39 | 3C | FE | 4E | 4C | 0 | 0 | EF | 63 | 3D |
| Octal | 71 | 74 | 376 | 116 | 114 | 0 | 0 | 357 | 143 | 75 |
| Binary | 111001 | 111100 | 11111110 | 1001110 | 1001100 | 0 | 0 | 11101111 | 1100011 | 111101 |
Color Harmonies of #393CFE
Complementary color
Monochromatic Colors of #393CFE
Black with #393CFE
Text Example
Text Example
White with #393CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393CFE; }
p { color: rgb(57,60,254); }
H1.HeaderClassName
{
color: #393CFE;
}
.AnyTagClassName
{
color: #393CFE;
}
</style>
background-color css
<style>
a { background-color: #393CFE; }
a { background-color: rgb(57,60,254); }
div.DivClassName
{
background-color: #393CFE;
}
.BgClassName
{
background-color: #393CFE;
}
</style>
border-color css
<style>
span { border-color: #393CFE; }
span { border-color: rgb(57,60,254); }
td.TdClassName
{
border-color: #393CFE;
}
.TagClassName
{
border-color: #393CFE;
}
</style>