Shades of Neon Blue #374CFC
Tints of Neon Blue #374CFC
RGB
CMYK
RGB Variations
Color information
#374CFC (or 0x374CFC) is known color: Neon Blue. HEX triplet: 37, 4C and FC. RGB value is (55,76,252). Sum of RGB (Red+Green+Blue) = 55+76+252=383 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.36% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #374CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374CFC is #C8B303. Grayscale: #595959. Windows color (decimal): -13153028 or 16534583. OLE color: 16534583.
HSL color Cylindrical-coordinate representation of color #374CFC: hue angle of 233.6º degrees, saturation: 0.97, 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 #374CFC is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 55 | 76 | 252 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.01 |
| HSL | 233.6º | 0.97% | 0.6% | - |
| HSV(B) | 233.6º | 0.78% | 0.99% | - |
| XYZ | 21.73 | 13.01 | 93.46 | - |
| YUV | 89.79 | 219.54 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 252 | 0.78 | 0.70 | 0 | 0.01 | 233.6 | 0.97 | 0.6 |
| Hex | 37 | 4C | FC | 4E | 46 | 0 | 1 | EA | 61 | 3C |
| Octal | 67 | 114 | 374 | 116 | 106 | 0 | 1 | 352 | 141 | 74 |
| Binary | 110111 | 1001100 | 11111100 | 1001110 | 1000110 | 0 | 1 | 11101010 | 1100001 | 111100 |
Color Harmonies of #374CFC
Complementary color
Monochromatic Colors of #374CFC
Black with #374CFC
Text Example
Text Example
White with #374CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374CFC; }
p { color: rgb(55,76,252); }
H1.HeaderClassName
{
color: #374CFC;
}
.AnyTagClassName
{
color: #374CFC;
}
</style>
background-color css
<style>
a { background-color: #374CFC; }
a { background-color: rgb(55,76,252); }
div.DivClassName
{
background-color: #374CFC;
}
.BgClassName
{
background-color: #374CFC;
}
</style>
border-color css
<style>
span { border-color: #374CFC; }
span { border-color: rgb(55,76,252); }
td.TdClassName
{
border-color: #374CFC;
}
.TagClassName
{
border-color: #374CFC;
}
</style>