Shades of Neon Blue #375BFE
Tints of Neon Blue #375BFE
RGB
CMYK
RGB Variations
Color information
#375BFE (or 0x375BFE) is known color: Neon Blue. HEX triplet: 37, 5B and FE. RGB value is (55,91,254). Sum of RGB (Red+Green+Blue) = 55+91+254=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #375BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375BFE is #C8A401. Grayscale: #626262. Windows color (decimal): -13149186 or 16669495. OLE color: 16669495.
HSL color Cylindrical-coordinate representation of color #375BFE: hue angle of 229.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #375BFE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 91 | 254 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.00 |
| HSL | 229.15º | 0.99% | 0.61% | - |
| HSV(B) | 229.15º | 0.78% | 1% | - |
| XYZ | 23.21 | 15.45 | 95.53 | - |
| YUV | 98.82 | 215.57 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 91 | 254 | 0.78 | 0.64 | 0 | 0.00 | 229.15 | 0.99 | 0.61 |
| Hex | 37 | 5B | FE | 4E | 40 | 0 | 0 | E5 | 63 | 3D |
| Octal | 67 | 133 | 376 | 116 | 100 | 0 | 0 | 345 | 143 | 75 |
| Binary | 110111 | 1011011 | 11111110 | 1001110 | 1000000 | 0 | 0 | 11100101 | 1100011 | 111101 |
Color Harmonies of #375BFE
Complementary color
Monochromatic Colors of #375BFE
Black with #375BFE
Text Example
Text Example
White with #375BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375BFE; }
p { color: rgb(55,91,254); }
H1.HeaderClassName
{
color: #375BFE;
}
.AnyTagClassName
{
color: #375BFE;
}
</style>
background-color css
<style>
a { background-color: #375BFE; }
a { background-color: rgb(55,91,254); }
div.DivClassName
{
background-color: #375BFE;
}
.BgClassName
{
background-color: #375BFE;
}
</style>
border-color css
<style>
span { border-color: #375BFE; }
span { border-color: rgb(55,91,254); }
td.TdClassName
{
border-color: #375BFE;
}
.TagClassName
{
border-color: #375BFE;
}
</style>