Shades of Neon Blue #3941FF
Tints of Neon Blue #3941FF
RGB
CMYK
RGB Variations
Color information
#3941FF (or 0x3941FF) is known color: Neon Blue. HEX triplet: 39, 41 and FF. RGB value is (57,65,255). Sum of RGB (Red+Green+Blue) = 57+65+255=377 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.12% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #3941FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3941FF is #C6BE00. Grayscale: #535353. Windows color (decimal): -13024769 or 16728377. OLE color: 16728377.
HSL color Cylindrical-coordinate representation of color #3941FF: hue angle of 237.58º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3941FF is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 65 | 255 | - |
| CMYK | 0.78 | 0.75 | 0 | 0 |
| HSL | 237.58º | 1% | 0.61% | - |
| HSV(B) | 237.58º | 0.78% | 1% | - |
| XYZ | 21.63 | 11.87 | 95.76 | - |
| YUV | 84.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 255 | 0.78 | 0.75 | 0 | 0 | 237.58 | 1 | 0.61 |
| Hex | 39 | 41 | FF | 4E | 4B | 0 | 0 | EE | 64 | 3D |
| Octal | 71 | 101 | 377 | 116 | 113 | 0 | 0 | 356 | 144 | 75 |
| Binary | 111001 | 1000001 | 11111111 | 1001110 | 1001011 | 0 | 0 | 11101110 | 1100100 | 111101 |
Color Harmonies of #3941FF
Complementary color
Monochromatic Colors of #3941FF
Black with #3941FF
Text Example
Text Example
White with #3941FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3941FF; }
p { color: rgb(57,65,255); }
H1.HeaderClassName
{
color: #3941FF;
}
.AnyTagClassName
{
color: #3941FF;
}
</style>
background-color css
<style>
a { background-color: #3941FF; }
a { background-color: rgb(57,65,255); }
div.DivClassName
{
background-color: #3941FF;
}
.BgClassName
{
background-color: #3941FF;
}
</style>
border-color css
<style>
span { border-color: #3941FF; }
span { border-color: rgb(57,65,255); }
td.TdClassName
{
border-color: #3941FF;
}
.TagClassName
{
border-color: #3941FF;
}
</style>