Shades of Neon Blue #3754FB
Tints of Neon Blue #3754FB
RGB
CMYK
RGB Variations
Color information
#3754FB (or 0x3754FB) is known color: Neon Blue. HEX triplet: 37, 54 and FB. RGB value is (55,84,251). Sum of RGB (Red+Green+Blue) = 55+84+251=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #3754FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3754FB is #C8AB04. Grayscale: #5D5D5D. Windows color (decimal): -13150981 or 16471095. OLE color: 16471095.
HSL color Cylindrical-coordinate representation of color #3754FB: hue angle of 231.12º 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 #3754FB is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 84 | 251 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.02 |
| HSL | 231.12º | 0.96% | 0.6% | - |
| HSV(B) | 231.12º | 0.78% | 0.98% | - |
| XYZ | 22.16 | 14.12 | 92.82 | - |
| YUV | 94.37 | 216.39 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 251 | 0.78 | 0.67 | 0 | 0.02 | 231.12 | 0.96 | 0.6 |
| Hex | 37 | 54 | FB | 4E | 43 | 0 | 2 | E7 | 60 | 3C |
| Octal | 67 | 124 | 373 | 116 | 103 | 0 | 2 | 347 | 140 | 74 |
| Binary | 110111 | 1010100 | 11111011 | 1001110 | 1000011 | 0 | 10 | 11100111 | 1100000 | 111100 |
Color Harmonies of #3754FB
Complementary color
Monochromatic Colors of #3754FB
Black with #3754FB
Text Example
Text Example
White with #3754FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3754FB; }
p { color: rgb(55,84,251); }
H1.HeaderClassName
{
color: #3754FB;
}
.AnyTagClassName
{
color: #3754FB;
}
</style>
background-color css
<style>
a { background-color: #3754FB; }
a { background-color: rgb(55,84,251); }
div.DivClassName
{
background-color: #3754FB;
}
.BgClassName
{
background-color: #3754FB;
}
</style>
border-color css
<style>
span { border-color: #3754FB; }
span { border-color: rgb(55,84,251); }
td.TdClassName
{
border-color: #3754FB;
}
.TagClassName
{
border-color: #3754FB;
}
</style>