Shades of Neon Blue #375BFD
Tints of Neon Blue #375BFD
RGB
CMYK
RGB Variations
Color information
#375BFD (or 0x375BFD) is known color: Neon Blue. HEX triplet: 37, 5B and FD. RGB value is (55,91,253). Sum of RGB (Red+Green+Blue) = 55+91+253=399 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.78% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #375BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BFD is #C8A402. Grayscale: #626262. Windows color (decimal): -13149187 or 16603959. OLE color: 16603959.
HSL color Cylindrical-coordinate representation of color #375BFD: hue angle of 229.09º 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 #375BFD is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 91 | 253 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.01 |
| HSL | 229.09º | 0.98% | 0.6% | - |
| HSV(B) | 229.09º | 0.78% | 0.99% | - |
| XYZ | 23.05 | 15.39 | 94.68 | - |
| YUV | 98.7 | 215.07 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 253 | 0.78 | 0.64 | 0 | 0.01 | 229.09 | 0.98 | 0.6 |
| Hex | 37 | 5B | FD | 4E | 40 | 0 | 1 | E5 | 62 | 3C |
| Octal | 67 | 133 | 375 | 116 | 100 | 0 | 1 | 345 | 142 | 74 |
| Binary | 110111 | 1011011 | 11111101 | 1001110 | 1000000 | 0 | 1 | 11100101 | 1100010 | 111100 |
Color Harmonies of #375BFD
Complementary color
Monochromatic Colors of #375BFD
Black with #375BFD
Text Example
Text Example
White with #375BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BFD; }
p { color: rgb(55,91,253); }
H1.HeaderClassName
{
color: #375BFD;
}
.AnyTagClassName
{
color: #375BFD;
}
</style>
background-color css
<style>
a { background-color: #375BFD; }
a { background-color: rgb(55,91,253); }
div.DivClassName
{
background-color: #375BFD;
}
.BgClassName
{
background-color: #375BFD;
}
</style>
border-color css
<style>
span { border-color: #375BFD; }
span { border-color: rgb(55,91,253); }
td.TdClassName
{
border-color: #375BFD;
}
.TagClassName
{
border-color: #375BFD;
}
</style>