Shades of Neon Blue #375BFB
Tints of Neon Blue #375BFB
RGB
CMYK
RGB Variations
Color information
#375BFB (or 0x375BFB) is known color: Neon Blue. HEX triplet: 37, 5B and FB. RGB value is (55,91,251). Sum of RGB (Red+Green+Blue) = 55+91+251=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #375BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BFB is #C8A404. Grayscale: #616161. Windows color (decimal): -13149189 or 16472887. OLE color: 16472887.
HSL color Cylindrical-coordinate representation of color #375BFB: hue angle of 228.98º degrees, saturation: 0.96, 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 #375BFB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 91 | 251 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.02 |
| HSL | 228.98º | 0.96% | 0.6% | - |
| HSV(B) | 228.98º | 0.78% | 0.98% | - |
| XYZ | 22.73 | 15.26 | 93.01 | - |
| YUV | 98.48 | 214.07 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 251 | 0.78 | 0.64 | 0 | 0.02 | 228.98 | 0.96 | 0.6 |
| Hex | 37 | 5B | FB | 4E | 40 | 0 | 2 | E5 | 60 | 3C |
| Octal | 67 | 133 | 373 | 116 | 100 | 0 | 2 | 345 | 140 | 74 |
| Binary | 110111 | 1011011 | 11111011 | 1001110 | 1000000 | 0 | 10 | 11100101 | 1100000 | 111100 |
Color Harmonies of #375BFB
Complementary color
Monochromatic Colors of #375BFB
Black with #375BFB
Text Example
Text Example
White with #375BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BFB; }
p { color: rgb(55,91,251); }
H1.HeaderClassName
{
color: #375BFB;
}
.AnyTagClassName
{
color: #375BFB;
}
</style>
background-color css
<style>
a { background-color: #375BFB; }
a { background-color: rgb(55,91,251); }
div.DivClassName
{
background-color: #375BFB;
}
.BgClassName
{
background-color: #375BFB;
}
</style>
border-color css
<style>
span { border-color: #375BFB; }
span { border-color: rgb(55,91,251); }
td.TdClassName
{
border-color: #375BFB;
}
.TagClassName
{
border-color: #375BFB;
}
</style>