Shades of Neon Blue #3D56F4
Tints of Neon Blue #3D56F4
RGB
CMYK
RGB Variations
Color information
#3D56F4 (or 0x3D56F4) is known color: Neon Blue. HEX triplet: 3D, 56 and F4. RGB value is (61,86,244). Sum of RGB (Red+Green+Blue) = 61+86+244=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #3D56F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D56F4 is #C2A90B. Grayscale: #5F5F5F. Windows color (decimal): -12757260 or 16012861. OLE color: 16012861.
HSL color Cylindrical-coordinate representation of color #3D56F4: hue angle of 231.8º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D56F4 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 86 | 244 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.04 |
| HSL | 231.8º | 0.89% | 0.6% | - |
| HSV(B) | 231.8º | 0.75% | 0.96% | - |
| XYZ | 21.58 | 14.18 | 87.19 | - |
| YUV | 96.54 | 211.22 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 244 | 0.75 | 0.65 | 0 | 0.04 | 231.8 | 0.89 | 0.6 |
| Hex | 3D | 56 | F4 | 4B | 41 | 0 | 4 | E8 | 59 | 3C |
| Octal | 75 | 126 | 364 | 113 | 101 | 0 | 4 | 350 | 131 | 74 |
| Binary | 111101 | 1010110 | 11110100 | 1001011 | 1000001 | 0 | 100 | 11101000 | 1011001 | 111100 |
Color Harmonies of #3D56F4
Complementary color
Monochromatic Colors of #3D56F4
Black with #3D56F4
Text Example
Text Example
White with #3D56F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D56F4; }
p { color: rgb(61,86,244); }
H1.HeaderClassName
{
color: #3D56F4;
}
.AnyTagClassName
{
color: #3D56F4;
}
</style>
background-color css
<style>
a { background-color: #3D56F4; }
a { background-color: rgb(61,86,244); }
div.DivClassName
{
background-color: #3D56F4;
}
.BgClassName
{
background-color: #3D56F4;
}
</style>
border-color css
<style>
span { border-color: #3D56F4; }
span { border-color: rgb(61,86,244); }
td.TdClassName
{
border-color: #3D56F4;
}
.TagClassName
{
border-color: #3D56F4;
}
</style>