Shades of Neon Blue #393FED
Tints of Neon Blue #393FED
RGB
CMYK
RGB Variations
Color information
#393FED (or 0x393FED) is known color: Neon Blue. HEX triplet: 39, 3F and ED. RGB value is (57,63,237). Sum of RGB (Red+Green+Blue) = 57+63+237=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #393FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393FED is #C6C012. Grayscale: #505050. Windows color (decimal): -13025299 or 15548217. OLE color: 15548217.
HSL color Cylindrical-coordinate representation of color #393FED: hue angle of 238º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393FED is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 57 | 63 | 237 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.07 |
| HSL | 238º | 0.83% | 0.58% | - |
| HSV(B) | 238º | 0.76% | 0.93% | - |
| XYZ | 18.75 | 10.54 | 81.17 | - |
| YUV | 81.04 | 216.01 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 237 | 0.76 | 0.73 | 0 | 0.07 | 238 | 0.83 | 0.58 |
| Hex | 39 | 3F | ED | 4C | 49 | 0 | 7 | EE | 53 | 3A |
| Octal | 71 | 77 | 355 | 114 | 111 | 0 | 7 | 356 | 123 | 72 |
| Binary | 111001 | 111111 | 11101101 | 1001100 | 1001001 | 0 | 111 | 11101110 | 1010011 | 111010 |
Color Harmonies of #393FED
Complementary color
Monochromatic Colors of #393FED
Black with #393FED
Text Example
Text Example
White with #393FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FED; }
p { color: rgb(57,63,237); }
H1.HeaderClassName
{
color: #393FED;
}
.AnyTagClassName
{
color: #393FED;
}
</style>
background-color css
<style>
a { background-color: #393FED; }
a { background-color: rgb(57,63,237); }
div.DivClassName
{
background-color: #393FED;
}
.BgClassName
{
background-color: #393FED;
}
</style>
border-color css
<style>
span { border-color: #393FED; }
span { border-color: rgb(57,63,237); }
td.TdClassName
{
border-color: #393FED;
}
.TagClassName
{
border-color: #393FED;
}
</style>