Shades of Neon Blue #3756FF
Tints of Neon Blue #3756FF
RGB
CMYK
RGB Variations
Color information
#3756FF (or 0x3756FF) is known color: Neon Blue. HEX triplet: 37, 56 and FF. RGB value is (55,86,255). Sum of RGB (Red+Green+Blue) = 55+86+255=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #3756FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3756FF is #C8A900. Grayscale: #5F5F5F. Windows color (decimal): -13150465 or 16733751. OLE color: 16733751.
HSL color Cylindrical-coordinate representation of color #3756FF: hue angle of 230.7º 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 #3756FF is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 86 | 255 | - |
| CMYK | 0.78 | 0.66 | 0 | 0 |
| HSL | 230.7º | 1% | 0.61% | - |
| HSV(B) | 230.7º | 0.78% | 1% | - |
| XYZ | 22.95 | 14.69 | 96.23 | - |
| YUV | 96 | 217.73 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 255 | 0.78 | 0.66 | 0 | 0 | 230.7 | 1 | 0.61 |
| Hex | 37 | 56 | FF | 4E | 42 | 0 | 0 | E7 | 64 | 3D |
| Octal | 67 | 126 | 377 | 116 | 102 | 0 | 0 | 347 | 144 | 75 |
| Binary | 110111 | 1010110 | 11111111 | 1001110 | 1000010 | 0 | 0 | 11100111 | 1100100 | 111101 |
Color Harmonies of #3756FF
Complementary color
Monochromatic Colors of #3756FF
Black with #3756FF
Text Example
Text Example
White with #3756FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756FF; }
p { color: rgb(55,86,255); }
H1.HeaderClassName
{
color: #3756FF;
}
.AnyTagClassName
{
color: #3756FF;
}
</style>
background-color css
<style>
a { background-color: #3756FF; }
a { background-color: rgb(55,86,255); }
div.DivClassName
{
background-color: #3756FF;
}
.BgClassName
{
background-color: #3756FF;
}
</style>
border-color css
<style>
span { border-color: #3756FF; }
span { border-color: rgb(55,86,255); }
td.TdClassName
{
border-color: #3756FF;
}
.TagClassName
{
border-color: #3756FF;
}
</style>