Shades of Neon Blue #3B56FF
Tints of Neon Blue #3B56FF
RGB
CMYK
RGB Variations
Color information
#3B56FF (or 0x3B56FF) is known color: Neon Blue. HEX triplet: 3B, 56 and FF. RGB value is (59,86,255). Sum of RGB (Red+Green+Blue) = 59+86+255=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B56FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3B56FF is #C4A900. Grayscale: #606060. Windows color (decimal): -12888321 or 16733755. OLE color: 16733755.
HSL color Cylindrical-coordinate representation of color #3B56FF: hue angle of 231.73º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B56FF is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 86 | 255 | - |
| CMYK | 0.77 | 0.66 | 0 | 0 |
| HSL | 231.73º | 1% | 0.62% | - |
| HSV(B) | 231.73º | 0.77% | 1% | - |
| XYZ | 23.18 | 14.81 | 96.24 | - |
| YUV | 97.19 | 217.05 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 86 | 255 | 0.77 | 0.66 | 0 | 0 | 231.73 | 1 | 0.62 |
| Hex | 3B | 56 | FF | 4D | 42 | 0 | 0 | E8 | 64 | 3E |
| Octal | 73 | 126 | 377 | 115 | 102 | 0 | 0 | 350 | 144 | 76 |
| Binary | 111011 | 1010110 | 11111111 | 1001101 | 1000010 | 0 | 0 | 11101000 | 1100100 | 111110 |
Color Harmonies of #3B56FF
Complementary color
Monochromatic Colors of #3B56FF
Black with #3B56FF
Text Example
Text Example
White with #3B56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B56FF; }
p { color: rgb(59,86,255); }
H1.HeaderClassName
{
color: #3B56FF;
}
.AnyTagClassName
{
color: #3B56FF;
}
</style>
background-color css
<style>
a { background-color: #3B56FF; }
a { background-color: rgb(59,86,255); }
div.DivClassName
{
background-color: #3B56FF;
}
.BgClassName
{
background-color: #3B56FF;
}
</style>
border-color css
<style>
span { border-color: #3B56FF; }
span { border-color: rgb(59,86,255); }
td.TdClassName
{
border-color: #3B56FF;
}
.TagClassName
{
border-color: #3B56FF;
}
</style>