Shades of Neon Blue #3935E8
Tints of Neon Blue #3935E8
RGB
CMYK
RGB Variations
Color information
#3935E8 (or 0x3935E8) is known color: Neon Blue. HEX triplet: 39, 35 and E8. RGB value is (57,53,232). Sum of RGB (Red+Green+Blue) = 57+53+232=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 232 (91.02% from 255 or 67.84% from 342); Max value from RGB is 232 - color contains mainly: blue. Hex color #3935E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3935E8 is #C6CA17. Grayscale: #494949. Windows color (decimal): -13027864 or 15217977. OLE color: 15217977.
HSL color Cylindrical-coordinate representation of color #3935E8: hue angle of 241.34º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3935E8 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 57 | 53 | 232 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.09 |
| HSL | 241.34º | 0.8% | 0.56% | - |
| HSV(B) | 241.34º | 0.77% | 0.91% | - |
| XYZ | 17.53 | 9.24 | 77.2 | - |
| YUV | 74.6 | 216.83 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 232 | 0.75 | 0.77 | 0 | 0.09 | 241.34 | 0.8 | 0.56 |
| Hex | 39 | 35 | E8 | 4B | 4D | 0 | 9 | F1 | 50 | 38 |
| Octal | 71 | 65 | 350 | 113 | 115 | 0 | 11 | 361 | 120 | 70 |
| Binary | 111001 | 110101 | 11101000 | 1001011 | 1001101 | 0 | 1001 | 11110001 | 1010000 | 111000 |
Color Harmonies of #3935E8
Complementary color
Monochromatic Colors of #3935E8
Black with #3935E8
Text Example
Text Example
White with #3935E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935E8; }
p { color: rgb(57,53,232); }
H1.HeaderClassName
{
color: #3935E8;
}
.AnyTagClassName
{
color: #3935E8;
}
</style>
background-color css
<style>
a { background-color: #3935E8; }
a { background-color: rgb(57,53,232); }
div.DivClassName
{
background-color: #3935E8;
}
.BgClassName
{
background-color: #3935E8;
}
</style>
border-color css
<style>
span { border-color: #3935E8; }
span { border-color: rgb(57,53,232); }
td.TdClassName
{
border-color: #3935E8;
}
.TagClassName
{
border-color: #3935E8;
}
</style>