Shades of Neon Blue #375CFD
Tints of Neon Blue #375CFD
RGB
CMYK
RGB Variations
Color information
#375CFD (or 0x375CFD) is known color: Neon Blue. HEX triplet: 37, 5C and FD. RGB value is (55,92,253). Sum of RGB (Red+Green+Blue) = 55+92+253=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #375CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375CFD is #C8A302. Grayscale: #626262. Windows color (decimal): -13148931 or 16604215. OLE color: 16604215.
HSL color Cylindrical-coordinate representation of color #375CFD: hue angle of 228.79º degrees, saturation: 0.98, 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 #375CFD is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 92 | 253 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.01 |
| HSL | 228.79º | 0.98% | 0.6% | - |
| HSV(B) | 228.79º | 0.78% | 0.99% | - |
| XYZ | 23.13 | 15.56 | 94.71 | - |
| YUV | 99.29 | 214.74 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 92 | 253 | 0.78 | 0.64 | 0 | 0.01 | 228.79 | 0.98 | 0.6 |
| Hex | 37 | 5C | FD | 4E | 40 | 0 | 1 | E5 | 62 | 3C |
| Octal | 67 | 134 | 375 | 116 | 100 | 0 | 1 | 345 | 142 | 74 |
| Binary | 110111 | 1011100 | 11111101 | 1001110 | 1000000 | 0 | 1 | 11100101 | 1100010 | 111100 |
Color Harmonies of #375CFD
Complementary color
Monochromatic Colors of #375CFD
Black with #375CFD
Text Example
Text Example
White with #375CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375CFD; }
p { color: rgb(55,92,253); }
H1.HeaderClassName
{
color: #375CFD;
}
.AnyTagClassName
{
color: #375CFD;
}
</style>
background-color css
<style>
a { background-color: #375CFD; }
a { background-color: rgb(55,92,253); }
div.DivClassName
{
background-color: #375CFD;
}
.BgClassName
{
background-color: #375CFD;
}
</style>
border-color css
<style>
span { border-color: #375CFD; }
span { border-color: rgb(55,92,253); }
td.TdClassName
{
border-color: #375CFD;
}
.TagClassName
{
border-color: #375CFD;
}
</style>