Shades of Neon Blue #3935FE
Tints of Neon Blue #3935FE
RGB
CMYK
RGB Variations
Color information
#3935FE (or 0x3935FE) is known color: Neon Blue. HEX triplet: 39, 35 and FE. RGB value is (57,53,254). Sum of RGB (Red+Green+Blue) = 57+53+254=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #3935FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3935FE is #C6CA01. Grayscale: #4C4C4C. Windows color (decimal): -13027842 or 16659769. OLE color: 16659769.
HSL color Cylindrical-coordinate representation of color #3935FE: hue angle of 241.19º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3935FE is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 57 | 53 | 254 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.00 |
| HSL | 241.19º | 0.99% | 0.6% | - |
| HSV(B) | 241.19º | 0.79% | 1% | - |
| XYZ | 20.85 | 10.57 | 94.71 | - |
| YUV | 77.11 | 227.83 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 254 | 0.78 | 0.79 | 0 | 0.00 | 241.19 | 0.99 | 0.6 |
| Hex | 39 | 35 | FE | 4E | 4F | 0 | 0 | F1 | 63 | 3C |
| Octal | 71 | 65 | 376 | 116 | 117 | 0 | 0 | 361 | 143 | 74 |
| Binary | 111001 | 110101 | 11111110 | 1001110 | 1001111 | 0 | 0 | 11110001 | 1100011 | 111100 |
Color Harmonies of #3935FE
Complementary color
Monochromatic Colors of #3935FE
Black with #3935FE
Text Example
Text Example
White with #3935FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935FE; }
p { color: rgb(57,53,254); }
H1.HeaderClassName
{
color: #3935FE;
}
.AnyTagClassName
{
color: #3935FE;
}
</style>
background-color css
<style>
a { background-color: #3935FE; }
a { background-color: rgb(57,53,254); }
div.DivClassName
{
background-color: #3935FE;
}
.BgClassName
{
background-color: #3935FE;
}
</style>
border-color css
<style>
span { border-color: #3935FE; }
span { border-color: rgb(57,53,254); }
td.TdClassName
{
border-color: #3935FE;
}
.TagClassName
{
border-color: #3935FE;
}
</style>