Shades of Neon Blue #393AF2
Tints of Neon Blue #393AF2
RGB
CMYK
RGB Variations
Color information
#393AF2 (or 0x393AF2) is known color: Neon Blue. HEX triplet: 39, 3A and F2. RGB value is (57,58,242). Sum of RGB (Red+Green+Blue) = 57+58+242=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #393AF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #393AF2 is #C6C50D. Grayscale: #4D4D4D. Windows color (decimal): -13026574 or 15874617. OLE color: 15874617.
HSL color Cylindrical-coordinate representation of color #393AF2: hue angle of 239.68º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #393AF2 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 58 | 242 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.05 |
| HSL | 239.68º | 0.88% | 0.59% | - |
| HSV(B) | 239.68º | 0.76% | 0.95% | - |
| XYZ | 19.23 | 10.31 | 84.98 | - |
| YUV | 78.68 | 220.17 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 242 | 0.76 | 0.76 | 0 | 0.05 | 239.68 | 0.88 | 0.59 |
| Hex | 39 | 3A | F2 | 4C | 4C | 0 | 5 | F0 | 58 | 3B |
| Octal | 71 | 72 | 362 | 114 | 114 | 0 | 5 | 360 | 130 | 73 |
| Binary | 111001 | 111010 | 11110010 | 1001100 | 1001100 | 0 | 101 | 11110000 | 1011000 | 111011 |
Color Harmonies of #393AF2
Complementary color
Monochromatic Colors of #393AF2
Black with #393AF2
Text Example
Text Example
White with #393AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393AF2; }
p { color: rgb(57,58,242); }
H1.HeaderClassName
{
color: #393AF2;
}
.AnyTagClassName
{
color: #393AF2;
}
</style>
background-color css
<style>
a { background-color: #393AF2; }
a { background-color: rgb(57,58,242); }
div.DivClassName
{
background-color: #393AF2;
}
.BgClassName
{
background-color: #393AF2;
}
</style>
border-color css
<style>
span { border-color: #393AF2; }
span { border-color: rgb(57,58,242); }
td.TdClassName
{
border-color: #393AF2;
}
.TagClassName
{
border-color: #393AF2;
}
</style>