Shades of Neon Blue #3935F8
Tints of Neon Blue #3935F8
RGB
CMYK
RGB Variations
Color information
#3935F8 (or 0x3935F8) is known color: Neon Blue. HEX triplet: 39, 35 and F8. RGB value is (57,53,248). Sum of RGB (Red+Green+Blue) = 57+53+248=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 248 (97.27% from 255 or 69.27% from 358); Max value from RGB is 248 - color contains mainly: blue. Hex color #3935F8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3935F8 is #C6CA07. Grayscale: #4B4B4B. Windows color (decimal): -13027848 or 16266553. OLE color: 16266553.
HSL color Cylindrical-coordinate representation of color #3935F8: hue angle of 241.23º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3935F8 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 53 | 248 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.03 |
| HSL | 241.23º | 0.93% | 0.59% | - |
| HSV(B) | 241.23º | 0.79% | 0.97% | - |
| XYZ | 19.9 | 10.19 | 89.73 | - |
| YUV | 76.43 | 224.83 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 248 | 0.77 | 0.79 | 0 | 0.03 | 241.23 | 0.93 | 0.59 |
| Hex | 39 | 35 | F8 | 4D | 4F | 0 | 3 | F1 | 5D | 3B |
| Octal | 71 | 65 | 370 | 115 | 117 | 0 | 3 | 361 | 135 | 73 |
| Binary | 111001 | 110101 | 11111000 | 1001101 | 1001111 | 0 | 11 | 11110001 | 1011101 | 111011 |
Color Harmonies of #3935F8
Complementary color
Monochromatic Colors of #3935F8
Black with #3935F8
Text Example
Text Example
White with #3935F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935F8; }
p { color: rgb(57,53,248); }
H1.HeaderClassName
{
color: #3935F8;
}
.AnyTagClassName
{
color: #3935F8;
}
</style>
background-color css
<style>
a { background-color: #3935F8; }
a { background-color: rgb(57,53,248); }
div.DivClassName
{
background-color: #3935F8;
}
.BgClassName
{
background-color: #3935F8;
}
</style>
border-color css
<style>
span { border-color: #3935F8; }
span { border-color: rgb(57,53,248); }
td.TdClassName
{
border-color: #3935F8;
}
.TagClassName
{
border-color: #3935F8;
}
</style>