Shades of Neon Blue #3952F1
Tints of Neon Blue #3952F1
RGB
CMYK
RGB Variations
Color information
#3952F1 (or 0x3952F1) is known color: Neon Blue. HEX triplet: 39, 52 and F1. RGB value is (57,82,241). Sum of RGB (Red+Green+Blue) = 57+82+241=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #3952F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3952F1 is #C6AD0E. Grayscale: #5B5B5B. Windows color (decimal): -13020431 or 15815225. OLE color: 15815225.
HSL color Cylindrical-coordinate representation of color #3952F1: hue angle of 231.85º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3952F1 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 57 | 82 | 241 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.05 |
| HSL | 231.85º | 0.87% | 0.58% | - |
| HSV(B) | 231.85º | 0.76% | 0.95% | - |
| XYZ | 20.58 | 13.26 | 84.69 | - |
| YUV | 92.65 | 211.72 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 241 | 0.76 | 0.66 | 0 | 0.05 | 231.85 | 0.87 | 0.58 |
| Hex | 39 | 52 | F1 | 4C | 42 | 0 | 5 | E8 | 57 | 3A |
| Octal | 71 | 122 | 361 | 114 | 102 | 0 | 5 | 350 | 127 | 72 |
| Binary | 111001 | 1010010 | 11110001 | 1001100 | 1000010 | 0 | 101 | 11101000 | 1010111 | 111010 |
Color Harmonies of #3952F1
Complementary color
Monochromatic Colors of #3952F1
Black with #3952F1
Text Example
Text Example
White with #3952F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3952F1; }
p { color: rgb(57,82,241); }
H1.HeaderClassName
{
color: #3952F1;
}
.AnyTagClassName
{
color: #3952F1;
}
</style>
background-color css
<style>
a { background-color: #3952F1; }
a { background-color: rgb(57,82,241); }
div.DivClassName
{
background-color: #3952F1;
}
.BgClassName
{
background-color: #3952F1;
}
</style>
border-color css
<style>
span { border-color: #3952F1; }
span { border-color: rgb(57,82,241); }
td.TdClassName
{
border-color: #3952F1;
}
.TagClassName
{
border-color: #3952F1;
}
</style>