Shades of Neon Blue #375BFC
Tints of Neon Blue #375BFC
RGB
CMYK
RGB Variations
Color information
#375BFC (or 0x375BFC) is known color: Neon Blue. HEX triplet: 37, 5B and FC. RGB value is (55,91,252). Sum of RGB (Red+Green+Blue) = 55+91+252=398 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.82% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #375BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BFC is #C8A403. Grayscale: #616161. Windows color (decimal): -13149188 or 16538423. OLE color: 16538423.
HSL color Cylindrical-coordinate representation of color #375BFC: hue angle of 229.04º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375BFC is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 91 | 252 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.01 |
| HSL | 229.04º | 0.97% | 0.6% | - |
| HSV(B) | 229.04º | 0.78% | 0.99% | - |
| XYZ | 22.89 | 15.32 | 93.85 | - |
| YUV | 98.59 | 214.57 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 252 | 0.78 | 0.64 | 0 | 0.01 | 229.04 | 0.97 | 0.6 |
| Hex | 37 | 5B | FC | 4E | 40 | 0 | 1 | E5 | 61 | 3C |
| Octal | 67 | 133 | 374 | 116 | 100 | 0 | 1 | 345 | 141 | 74 |
| Binary | 110111 | 1011011 | 11111100 | 1001110 | 1000000 | 0 | 1 | 11100101 | 1100001 | 111100 |
Color Harmonies of #375BFC
Complementary color
Monochromatic Colors of #375BFC
Black with #375BFC
Text Example
Text Example
White with #375BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BFC; }
p { color: rgb(55,91,252); }
H1.HeaderClassName
{
color: #375BFC;
}
.AnyTagClassName
{
color: #375BFC;
}
</style>
background-color css
<style>
a { background-color: #375BFC; }
a { background-color: rgb(55,91,252); }
div.DivClassName
{
background-color: #375BFC;
}
.BgClassName
{
background-color: #375BFC;
}
</style>
border-color css
<style>
span { border-color: #375BFC; }
span { border-color: rgb(55,91,252); }
td.TdClassName
{
border-color: #375BFC;
}
.TagClassName
{
border-color: #375BFC;
}
</style>