Shades of Neon Blue #3748FE
Tints of Neon Blue #3748FE
RGB
CMYK
RGB Variations
Color information
#3748FE (or 0x3748FE) is known color: Neon Blue. HEX triplet: 37, 48 and FE. RGB value is (55,72,254). Sum of RGB (Red+Green+Blue) = 55+72+254=381 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.44% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #3748FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3748FE is #C8B701. Grayscale: #565656. Windows color (decimal): -13154050 or 16664631. OLE color: 16664631.
HSL color Cylindrical-coordinate representation of color #3748FE: hue angle of 234.87º 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 #3748FE is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 72 | 254 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.00 |
| HSL | 234.87º | 0.99% | 0.61% | - |
| HSV(B) | 234.87º | 0.78% | 1% | - |
| XYZ | 21.78 | 12.6 | 95.05 | - |
| YUV | 87.67 | 221.87 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 72 | 254 | 0.78 | 0.72 | 0 | 0.00 | 234.87 | 0.99 | 0.61 |
| Hex | 37 | 48 | FE | 4E | 48 | 0 | 0 | EB | 63 | 3D |
| Octal | 67 | 110 | 376 | 116 | 110 | 0 | 0 | 353 | 143 | 75 |
| Binary | 110111 | 1001000 | 11111110 | 1001110 | 1001000 | 0 | 0 | 11101011 | 1100011 | 111101 |
Color Harmonies of #3748FE
Complementary color
Monochromatic Colors of #3748FE
Black with #3748FE
Text Example
Text Example
White with #3748FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3748FE; }
p { color: rgb(55,72,254); }
H1.HeaderClassName
{
color: #3748FE;
}
.AnyTagClassName
{
color: #3748FE;
}
</style>
background-color css
<style>
a { background-color: #3748FE; }
a { background-color: rgb(55,72,254); }
div.DivClassName
{
background-color: #3748FE;
}
.BgClassName
{
background-color: #3748FE;
}
</style>
border-color css
<style>
span { border-color: #3748FE; }
span { border-color: rgb(55,72,254); }
td.TdClassName
{
border-color: #3748FE;
}
.TagClassName
{
border-color: #3748FE;
}
</style>