Shades of Neon Blue #3754FA
Tints of Neon Blue #3754FA
RGB
CMYK
RGB Variations
Color information
#3754FA (or 0x3754FA) is known color: Neon Blue. HEX triplet: 37, 54 and FA. RGB value is (55,84,250). Sum of RGB (Red+Green+Blue) = 55+84+250=389 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.14% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #3754FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3754FA is #C8AB05. Grayscale: #5D5D5D. Windows color (decimal): -13150982 or 16405559. OLE color: 16405559.
HSL color Cylindrical-coordinate representation of color #3754FA: hue angle of 231.08º degrees, saturation: 0.95, 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 #3754FA is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 84 | 250 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.02 |
| HSL | 231.08º | 0.95% | 0.6% | - |
| HSV(B) | 231.08º | 0.78% | 0.98% | - |
| XYZ | 22 | 14.06 | 92 | - |
| YUV | 94.25 | 215.89 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 250 | 0.78 | 0.66 | 0 | 0.02 | 231.08 | 0.95 | 0.6 |
| Hex | 37 | 54 | FA | 4E | 42 | 0 | 2 | E7 | 5F | 3C |
| Octal | 67 | 124 | 372 | 116 | 102 | 0 | 2 | 347 | 137 | 74 |
| Binary | 110111 | 1010100 | 11111010 | 1001110 | 1000010 | 0 | 10 | 11100111 | 1011111 | 111100 |
Color Harmonies of #3754FA
Complementary color
Monochromatic Colors of #3754FA
Black with #3754FA
Text Example
Text Example
White with #3754FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3754FA; }
p { color: rgb(55,84,250); }
H1.HeaderClassName
{
color: #3754FA;
}
.AnyTagClassName
{
color: #3754FA;
}
</style>
background-color css
<style>
a { background-color: #3754FA; }
a { background-color: rgb(55,84,250); }
div.DivClassName
{
background-color: #3754FA;
}
.BgClassName
{
background-color: #3754FA;
}
</style>
border-color css
<style>
span { border-color: #3754FA; }
span { border-color: rgb(55,84,250); }
td.TdClassName
{
border-color: #3754FA;
}
.TagClassName
{
border-color: #3754FA;
}
</style>