Shades of Neon Blue #375BFA
Tints of Neon Blue #375BFA
RGB
CMYK
RGB Variations
Color information
#375BFA (or 0x375BFA) is known color: Neon Blue. HEX triplet: 37, 5B and FA. RGB value is (55,91,250). Sum of RGB (Red+Green+Blue) = 55+91+250=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #375BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BFA is #C8A405. Grayscale: #616161. Windows color (decimal): -13149190 or 16407351. OLE color: 16407351.
HSL color Cylindrical-coordinate representation of color #375BFA: hue angle of 228.92º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375BFA is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 91 | 250 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.02 |
| HSL | 228.92º | 0.95% | 0.6% | - |
| HSV(B) | 228.92º | 0.78% | 0.98% | - |
| XYZ | 22.57 | 15.2 | 92.19 | - |
| YUV | 98.36 | 213.57 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 250 | 0.78 | 0.64 | 0 | 0.02 | 228.92 | 0.95 | 0.6 |
| Hex | 37 | 5B | FA | 4E | 40 | 0 | 2 | E5 | 5F | 3C |
| Octal | 67 | 133 | 372 | 116 | 100 | 0 | 2 | 345 | 137 | 74 |
| Binary | 110111 | 1011011 | 11111010 | 1001110 | 1000000 | 0 | 10 | 11100101 | 1011111 | 111100 |
Color Harmonies of #375BFA
Complementary color
Monochromatic Colors of #375BFA
Black with #375BFA
Text Example
Text Example
White with #375BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BFA; }
p { color: rgb(55,91,250); }
H1.HeaderClassName
{
color: #375BFA;
}
.AnyTagClassName
{
color: #375BFA;
}
</style>
background-color css
<style>
a { background-color: #375BFA; }
a { background-color: rgb(55,91,250); }
div.DivClassName
{
background-color: #375BFA;
}
.BgClassName
{
background-color: #375BFA;
}
</style>
border-color css
<style>
span { border-color: #375BFA; }
span { border-color: rgb(55,91,250); }
td.TdClassName
{
border-color: #375BFA;
}
.TagClassName
{
border-color: #375BFA;
}
</style>