Shades of Neon Blue #375EFF
Tints of Neon Blue #375EFF
RGB
CMYK
RGB Variations
Color information
#375EFF (or 0x375EFF) is known color: Neon Blue. HEX triplet: 37, 5E and FF. RGB value is (55,94,255). Sum of RGB (Red+Green+Blue) = 55+94+255=404 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.61% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #375EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EFF is #C8A100. Grayscale: #646464. Windows color (decimal): -13148417 or 16735799. OLE color: 16735799.
HSL color Cylindrical-coordinate representation of color #375EFF: hue angle of 228.3º 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 #375EFF is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 94 | 255 | - |
| CMYK | 0.78 | 0.63 | 0 | 0 |
| HSL | 228.3º | 1% | 0.61% | - |
| HSV(B) | 228.3º | 0.78% | 1% | - |
| XYZ | 23.63 | 16.04 | 96.46 | - |
| YUV | 100.69 | 215.08 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 255 | 0.78 | 0.63 | 0 | 0 | 228.3 | 1 | 0.61 |
| Hex | 37 | 5E | FF | 4E | 3F | 0 | 0 | E4 | 64 | 3D |
| Octal | 67 | 136 | 377 | 116 | 77 | 0 | 0 | 344 | 144 | 75 |
| Binary | 110111 | 1011110 | 11111111 | 1001110 | 111111 | 0 | 0 | 11100100 | 1100100 | 111101 |
Color Harmonies of #375EFF
Complementary color
Monochromatic Colors of #375EFF
Black with #375EFF
Text Example
Text Example
White with #375EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EFF; }
p { color: rgb(55,94,255); }
H1.HeaderClassName
{
color: #375EFF;
}
.AnyTagClassName
{
color: #375EFF;
}
</style>
background-color css
<style>
a { background-color: #375EFF; }
a { background-color: rgb(55,94,255); }
div.DivClassName
{
background-color: #375EFF;
}
.BgClassName
{
background-color: #375EFF;
}
</style>
border-color css
<style>
span { border-color: #375EFF; }
span { border-color: rgb(55,94,255); }
td.TdClassName
{
border-color: #375EFF;
}
.TagClassName
{
border-color: #375EFF;
}
</style>