Shades of Neon Blue #3D56FE
Tints of Neon Blue #3D56FE
RGB
CMYK
RGB Variations
Color information
#3D56FE (or 0x3D56FE) is known color: Neon Blue. HEX triplet: 3D, 56 and FE. RGB value is (61,86,254). Sum of RGB (Red+Green+Blue) = 61+86+254=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #3D56FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D56FE is #C2A901. Grayscale: #606060. Windows color (decimal): -12757250 or 16668221. OLE color: 16668221.
HSL color Cylindrical-coordinate representation of color #3D56FE: hue angle of 232.23º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D56FE is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 86 | 254 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.00 |
| HSL | 232.23º | 0.99% | 0.62% | - |
| HSV(B) | 232.23º | 0.76% | 1% | - |
| XYZ | 23.14 | 14.8 | 95.4 | - |
| YUV | 97.68 | 216.22 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 86 | 254 | 0.76 | 0.66 | 0 | 0.00 | 232.23 | 0.99 | 0.62 |
| Hex | 3D | 56 | FE | 4C | 42 | 0 | 0 | E8 | 63 | 3E |
| Octal | 75 | 126 | 376 | 114 | 102 | 0 | 0 | 350 | 143 | 76 |
| Binary | 111101 | 1010110 | 11111110 | 1001100 | 1000010 | 0 | 0 | 11101000 | 1100011 | 111110 |
Color Harmonies of #3D56FE
Complementary color
Monochromatic Colors of #3D56FE
Black with #3D56FE
Text Example
Text Example
White with #3D56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D56FE; }
p { color: rgb(61,86,254); }
H1.HeaderClassName
{
color: #3D56FE;
}
.AnyTagClassName
{
color: #3D56FE;
}
</style>
background-color css
<style>
a { background-color: #3D56FE; }
a { background-color: rgb(61,86,254); }
div.DivClassName
{
background-color: #3D56FE;
}
.BgClassName
{
background-color: #3D56FE;
}
</style>
border-color css
<style>
span { border-color: #3D56FE; }
span { border-color: rgb(61,86,254); }
td.TdClassName
{
border-color: #3D56FE;
}
.TagClassName
{
border-color: #3D56FE;
}
</style>