Shades of Neon Blue #3756F8
Tints of Neon Blue #3756F8
RGB
CMYK
RGB Variations
Color information
#3756F8 (or 0x3756F8) is known color: Neon Blue. HEX triplet: 37, 56 and F8. RGB value is (55,86,248). Sum of RGB (Red+Green+Blue) = 55+86+248=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 248 (97.27% from 255 or 63.75% from 389); Max value from RGB is 248 - color contains mainly: blue. Hex color #3756F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3756F8 is #C8A907. Grayscale: #5E5E5E. Windows color (decimal): -13150472 or 16274999. OLE color: 16274999.
HSL color Cylindrical-coordinate representation of color #3756F8: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3756F8 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 86 | 248 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.03 |
| HSL | 230.36º | 0.93% | 0.59% | - |
| HSV(B) | 230.36º | 0.78% | 0.97% | - |
| XYZ | 21.85 | 14.25 | 90.41 | - |
| YUV | 95.2 | 214.23 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 86 | 248 | 0.78 | 0.65 | 0 | 0.03 | 230.36 | 0.93 | 0.59 |
| Hex | 37 | 56 | F8 | 4E | 41 | 0 | 3 | E6 | 5D | 3B |
| Octal | 67 | 126 | 370 | 116 | 101 | 0 | 3 | 346 | 135 | 73 |
| Binary | 110111 | 1010110 | 11111000 | 1001110 | 1000001 | 0 | 11 | 11100110 | 1011101 | 111011 |
Color Harmonies of #3756F8
Complementary color
Monochromatic Colors of #3756F8
Black with #3756F8
Text Example
Text Example
White with #3756F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3756F8; }
p { color: rgb(55,86,248); }
H1.HeaderClassName
{
color: #3756F8;
}
.AnyTagClassName
{
color: #3756F8;
}
</style>
background-color css
<style>
a { background-color: #3756F8; }
a { background-color: rgb(55,86,248); }
div.DivClassName
{
background-color: #3756F8;
}
.BgClassName
{
background-color: #3756F8;
}
</style>
border-color css
<style>
span { border-color: #3756F8; }
span { border-color: rgb(55,86,248); }
td.TdClassName
{
border-color: #3756F8;
}
.TagClassName
{
border-color: #3756F8;
}
</style>