Shades of Neon Blue #3955FA
Tints of Neon Blue #3955FA
RGB
CMYK
RGB Variations
Color information
#3955FA (or 0x3955FA) is known color: Neon Blue. HEX triplet: 39, 55 and FA. RGB value is (57,85,250). Sum of RGB (Red+Green+Blue) = 57+85+250=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 250 (98.05% from 255 or 63.78% from 392); Max value from RGB is 250 - color contains mainly: blue. Hex color #3955FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3955FA is #C6AA05. Grayscale: #5E5E5E. Windows color (decimal): -13019654 or 16405817. OLE color: 16405817.
HSL color Cylindrical-coordinate representation of color #3955FA: hue angle of 231.3º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3955FA is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 57 | 85 | 250 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.02 |
| HSL | 231.3º | 0.95% | 0.6% | - |
| HSV(B) | 231.3º | 0.77% | 0.98% | - |
| XYZ | 22.19 | 14.27 | 92.03 | - |
| YUV | 95.44 | 215.22 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 85 | 250 | 0.77 | 0.66 | 0 | 0.02 | 231.3 | 0.95 | 0.6 |
| Hex | 39 | 55 | FA | 4D | 42 | 0 | 2 | E7 | 5F | 3C |
| Octal | 71 | 125 | 372 | 115 | 102 | 0 | 2 | 347 | 137 | 74 |
| Binary | 111001 | 1010101 | 11111010 | 1001101 | 1000010 | 0 | 10 | 11100111 | 1011111 | 111100 |
Color Harmonies of #3955FA
Complementary color
Monochromatic Colors of #3955FA
Black with #3955FA
Text Example
Text Example
White with #3955FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3955FA; }
p { color: rgb(57,85,250); }
H1.HeaderClassName
{
color: #3955FA;
}
.AnyTagClassName
{
color: #3955FA;
}
</style>
background-color css
<style>
a { background-color: #3955FA; }
a { background-color: rgb(57,85,250); }
div.DivClassName
{
background-color: #3955FA;
}
.BgClassName
{
background-color: #3955FA;
}
</style>
border-color css
<style>
span { border-color: #3955FA; }
span { border-color: rgb(57,85,250); }
td.TdClassName
{
border-color: #3955FA;
}
.TagClassName
{
border-color: #3955FA;
}
</style>