Shades of Neon Blue #375CFF
Tints of Neon Blue #375CFF
RGB
CMYK
RGB Variations
Color information
#375CFF (or 0x375CFF) is known color: Neon Blue. HEX triplet: 37, 5C and FF. RGB value is (55,92,255). Sum of RGB (Red+Green+Blue) = 55+92+255=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #375CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CFF is #C8A300. Grayscale: #626262. Windows color (decimal): -13148929 or 16735287. OLE color: 16735287.
HSL color Cylindrical-coordinate representation of color #375CFF: hue angle of 228.9º 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 #375CFF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 92 | 255 | - |
| CMYK | 0.78 | 0.64 | 0 | 0 |
| HSL | 228.9º | 1% | 0.61% | - |
| HSV(B) | 228.9º | 0.78% | 1% | - |
| XYZ | 23.45 | 15.69 | 96.4 | - |
| YUV | 99.52 | 215.74 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 255 | 0.78 | 0.64 | 0 | 0 | 228.9 | 1 | 0.61 |
| Hex | 37 | 5C | FF | 4E | 40 | 0 | 0 | E5 | 64 | 3D |
| Octal | 67 | 134 | 377 | 116 | 100 | 0 | 0 | 345 | 144 | 75 |
| Binary | 110111 | 1011100 | 11111111 | 1001110 | 1000000 | 0 | 0 | 11100101 | 1100100 | 111101 |
Color Harmonies of #375CFF
Complementary color
Monochromatic Colors of #375CFF
Black with #375CFF
Text Example
Text Example
White with #375CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CFF; }
p { color: rgb(55,92,255); }
H1.HeaderClassName
{
color: #375CFF;
}
.AnyTagClassName
{
color: #375CFF;
}
</style>
background-color css
<style>
a { background-color: #375CFF; }
a { background-color: rgb(55,92,255); }
div.DivClassName
{
background-color: #375CFF;
}
.BgClassName
{
background-color: #375CFF;
}
</style>
border-color css
<style>
span { border-color: #375CFF; }
span { border-color: rgb(55,92,255); }
td.TdClassName
{
border-color: #375CFF;
}
.TagClassName
{
border-color: #375CFF;
}
</style>