Shades of Neon Blue #3758FA
Tints of Neon Blue #3758FA
RGB
CMYK
RGB Variations
Color information
#3758FA (or 0x3758FA) is known color: Neon Blue. HEX triplet: 37, 58 and FA. RGB value is (55,88,250). Sum of RGB (Red+Green+Blue) = 55+88+250=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #3758FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3758FA is #C8A705. Grayscale: #5F5F5F. Windows color (decimal): -13149958 or 16406583. OLE color: 16406583.
HSL color Cylindrical-coordinate representation of color #3758FA: hue angle of 229.85º 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 #3758FA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 88 | 250 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.02 |
| HSL | 229.85º | 0.95% | 0.6% | - |
| HSV(B) | 229.85º | 0.78% | 0.98% | - |
| XYZ | 22.32 | 14.69 | 92.1 | - |
| YUV | 96.6 | 214.57 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 88 | 250 | 0.78 | 0.65 | 0 | 0.02 | 229.85 | 0.95 | 0.6 |
| Hex | 37 | 58 | FA | 4E | 41 | 0 | 2 | E6 | 5F | 3C |
| Octal | 67 | 130 | 372 | 116 | 101 | 0 | 2 | 346 | 137 | 74 |
| Binary | 110111 | 1011000 | 11111010 | 1001110 | 1000001 | 0 | 10 | 11100110 | 1011111 | 111100 |
Color Harmonies of #3758FA
Complementary color
Monochromatic Colors of #3758FA
Black with #3758FA
Text Example
Text Example
White with #3758FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3758FA; }
p { color: rgb(55,88,250); }
H1.HeaderClassName
{
color: #3758FA;
}
.AnyTagClassName
{
color: #3758FA;
}
</style>
background-color css
<style>
a { background-color: #3758FA; }
a { background-color: rgb(55,88,250); }
div.DivClassName
{
background-color: #3758FA;
}
.BgClassName
{
background-color: #3758FA;
}
</style>
border-color css
<style>
span { border-color: #3758FA; }
span { border-color: rgb(55,88,250); }
td.TdClassName
{
border-color: #3758FA;
}
.TagClassName
{
border-color: #3758FA;
}
</style>