Shades of Neon Blue #375DFF
Tints of Neon Blue #375DFF
RGB
CMYK
RGB Variations
Color information
#375DFF (or 0x375DFF) is known color: Neon Blue. HEX triplet: 37, 5D and FF. RGB value is (55,93,255). Sum of RGB (Red+Green+Blue) = 55+93+255=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #375DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375DFF is #C8A200. Grayscale: #636363. Windows color (decimal): -13148673 or 16735543. OLE color: 16735543.
HSL color Cylindrical-coordinate representation of color #375DFF: hue angle of 228.6º 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 #375DFF is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 93 | 255 | - |
| CMYK | 0.78 | 0.64 | 0 | 0 |
| HSL | 228.6º | 1% | 0.61% | - |
| HSV(B) | 228.6º | 0.78% | 1% | - |
| XYZ | 23.54 | 15.86 | 96.43 | - |
| YUV | 100.11 | 215.41 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 93 | 255 | 0.78 | 0.64 | 0 | 0 | 228.6 | 1 | 0.61 |
| Hex | 37 | 5D | FF | 4E | 40 | 0 | 0 | E5 | 64 | 3D |
| Octal | 67 | 135 | 377 | 116 | 100 | 0 | 0 | 345 | 144 | 75 |
| Binary | 110111 | 1011101 | 11111111 | 1001110 | 1000000 | 0 | 0 | 11100101 | 1100100 | 111101 |
Color Harmonies of #375DFF
Complementary color
Monochromatic Colors of #375DFF
Black with #375DFF
Text Example
Text Example
White with #375DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375DFF; }
p { color: rgb(55,93,255); }
H1.HeaderClassName
{
color: #375DFF;
}
.AnyTagClassName
{
color: #375DFF;
}
</style>
background-color css
<style>
a { background-color: #375DFF; }
a { background-color: rgb(55,93,255); }
div.DivClassName
{
background-color: #375DFF;
}
.BgClassName
{
background-color: #375DFF;
}
</style>
border-color css
<style>
span { border-color: #375DFF; }
span { border-color: rgb(55,93,255); }
td.TdClassName
{
border-color: #375DFF;
}
.TagClassName
{
border-color: #375DFF;
}
</style>