Shades of Neon Blue #393DF3
Tints of Neon Blue #393DF3
RGB
CMYK
RGB Variations
Color information
#393DF3 (or 0x393DF3) is known color: Neon Blue. HEX triplet: 39, 3D and F3. RGB value is (57,61,243). Sum of RGB (Red+Green+Blue) = 57+61+243=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 243 (95.31% from 255 or 67.31% from 361); Max value from RGB is 243 - color contains mainly: blue. Hex color #393DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393DF3 is #C6C20C. Grayscale: #4F4F4F. Windows color (decimal): -13025805 or 15940921. OLE color: 15940921.
HSL color Cylindrical-coordinate representation of color #393DF3: hue angle of 238.71º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #393DF3 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 61 | 243 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.05 |
| HSL | 238.71º | 0.89% | 0.59% | - |
| HSV(B) | 238.71º | 0.77% | 0.95% | - |
| XYZ | 19.53 | 10.68 | 85.83 | - |
| YUV | 80.55 | 219.67 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 243 | 0.77 | 0.75 | 0 | 0.05 | 238.71 | 0.89 | 0.59 |
| Hex | 39 | 3D | F3 | 4D | 4B | 0 | 5 | EF | 59 | 3B |
| Octal | 71 | 75 | 363 | 115 | 113 | 0 | 5 | 357 | 131 | 73 |
| Binary | 111001 | 111101 | 11110011 | 1001101 | 1001011 | 0 | 101 | 11101111 | 1011001 | 111011 |
Color Harmonies of #393DF3
Complementary color
Monochromatic Colors of #393DF3
Black with #393DF3
Text Example
Text Example
White with #393DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393DF3; }
p { color: rgb(57,61,243); }
H1.HeaderClassName
{
color: #393DF3;
}
.AnyTagClassName
{
color: #393DF3;
}
</style>
background-color css
<style>
a { background-color: #393DF3; }
a { background-color: rgb(57,61,243); }
div.DivClassName
{
background-color: #393DF3;
}
.BgClassName
{
background-color: #393DF3;
}
</style>
border-color css
<style>
span { border-color: #393DF3; }
span { border-color: rgb(57,61,243); }
td.TdClassName
{
border-color: #393DF3;
}
.TagClassName
{
border-color: #393DF3;
}
</style>