Shades of Neon Blue #3934F7
Tints of Neon Blue #3934F7
RGB
CMYK
RGB Variations
Color information
#3934F7 (or 0x3934F7) is known color: Neon Blue. HEX triplet: 39, 34 and F7. RGB value is (57,52,247). Sum of RGB (Red+Green+Blue) = 57+52+247=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #3934F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3934F7 is #C6CB08. Grayscale: #4A4A4A. Windows color (decimal): -13028105 or 16200761. OLE color: 16200761.
HSL color Cylindrical-coordinate representation of color #3934F7: hue angle of 241.54º degrees, saturation: 0.92, 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 #3934F7 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 57 | 52 | 247 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.03 |
| HSL | 241.54º | 0.92% | 0.59% | - |
| HSV(B) | 241.54º | 0.79% | 0.97% | - |
| XYZ | 19.7 | 10.04 | 88.9 | - |
| YUV | 75.73 | 224.66 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 247 | 0.77 | 0.79 | 0 | 0.03 | 241.54 | 0.92 | 0.59 |
| Hex | 39 | 34 | F7 | 4D | 4F | 0 | 3 | F2 | 5C | 3B |
| Octal | 71 | 64 | 367 | 115 | 117 | 0 | 3 | 362 | 134 | 73 |
| Binary | 111001 | 110100 | 11110111 | 1001101 | 1001111 | 0 | 11 | 11110010 | 1011100 | 111011 |
Color Harmonies of #3934F7
Complementary color
Monochromatic Colors of #3934F7
Black with #3934F7
Text Example
Text Example
White with #3934F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3934F7; }
p { color: rgb(57,52,247); }
H1.HeaderClassName
{
color: #3934F7;
}
.AnyTagClassName
{
color: #3934F7;
}
</style>
background-color css
<style>
a { background-color: #3934F7; }
a { background-color: rgb(57,52,247); }
div.DivClassName
{
background-color: #3934F7;
}
.BgClassName
{
background-color: #3934F7;
}
</style>
border-color css
<style>
span { border-color: #3934F7; }
span { border-color: rgb(57,52,247); }
td.TdClassName
{
border-color: #3934F7;
}
.TagClassName
{
border-color: #3934F7;
}
</style>