Shades of Neon Blue #375EFE
Tints of Neon Blue #375EFE
RGB
CMYK
RGB Variations
Color information
#375EFE (or 0x375EFE) is known color: Neon Blue. HEX triplet: 37, 5E and FE. RGB value is (55,94,254). Sum of RGB (Red+Green+Blue) = 55+94+254=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #375EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #375EFE is #C8A101. Grayscale: #636363. Windows color (decimal): -13148418 or 16670263. OLE color: 16670263.
HSL color Cylindrical-coordinate representation of color #375EFE: hue angle of 228.24º 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 #375EFE is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 94 | 254 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.00 |
| HSL | 228.24º | 0.99% | 0.61% | - |
| HSV(B) | 228.24º | 0.78% | 1% | - |
| XYZ | 23.47 | 15.97 | 95.61 | - |
| YUV | 100.58 | 214.58 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 94 | 254 | 0.78 | 0.63 | 0 | 0.00 | 228.24 | 0.99 | 0.61 |
| Hex | 37 | 5E | FE | 4E | 3F | 0 | 0 | E4 | 63 | 3D |
| Octal | 67 | 136 | 376 | 116 | 77 | 0 | 0 | 344 | 143 | 75 |
| Binary | 110111 | 1011110 | 11111110 | 1001110 | 111111 | 0 | 0 | 11100100 | 1100011 | 111101 |
Color Harmonies of #375EFE
Complementary color
Monochromatic Colors of #375EFE
Black with #375EFE
Text Example
Text Example
White with #375EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375EFE; }
p { color: rgb(55,94,254); }
H1.HeaderClassName
{
color: #375EFE;
}
.AnyTagClassName
{
color: #375EFE;
}
</style>
background-color css
<style>
a { background-color: #375EFE; }
a { background-color: rgb(55,94,254); }
div.DivClassName
{
background-color: #375EFE;
}
.BgClassName
{
background-color: #375EFE;
}
</style>
border-color css
<style>
span { border-color: #375EFE; }
span { border-color: rgb(55,94,254); }
td.TdClassName
{
border-color: #375EFE;
}
.TagClassName
{
border-color: #375EFE;
}
</style>