Shades of Neon Blue #3745FE
Tints of Neon Blue #3745FE
RGB
CMYK
RGB Variations
Color information
#3745FE (or 0x3745FE) is known color: Neon Blue. HEX triplet: 37, 45 and FE. RGB value is (55,69,254). Sum of RGB (Red+Green+Blue) = 55+69+254=378 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.55% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #3745FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3745FE is #C8BA01. Grayscale: #555555. Windows color (decimal): -13154818 or 16663863. OLE color: 16663863.
HSL color Cylindrical-coordinate representation of color #3745FE: hue angle of 235.78º 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 #3745FE is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 69 | 254 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.00 |
| HSL | 235.78º | 0.99% | 0.61% | - |
| HSV(B) | 235.78º | 0.78% | 1% | - |
| XYZ | 21.59 | 12.22 | 94.99 | - |
| YUV | 85.9 | 222.86 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 254 | 0.78 | 0.73 | 0 | 0.00 | 235.78 | 0.99 | 0.61 |
| Hex | 37 | 45 | FE | 4E | 49 | 0 | 0 | EC | 63 | 3D |
| Octal | 67 | 105 | 376 | 116 | 111 | 0 | 0 | 354 | 143 | 75 |
| Binary | 110111 | 1000101 | 11111110 | 1001110 | 1001001 | 0 | 0 | 11101100 | 1100011 | 111101 |
Color Harmonies of #3745FE
Complementary color
Monochromatic Colors of #3745FE
Black with #3745FE
Text Example
Text Example
White with #3745FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3745FE; }
p { color: rgb(55,69,254); }
H1.HeaderClassName
{
color: #3745FE;
}
.AnyTagClassName
{
color: #3745FE;
}
</style>
background-color css
<style>
a { background-color: #3745FE; }
a { background-color: rgb(55,69,254); }
div.DivClassName
{
background-color: #3745FE;
}
.BgClassName
{
background-color: #3745FE;
}
</style>
border-color css
<style>
span { border-color: #3745FE; }
span { border-color: rgb(55,69,254); }
td.TdClassName
{
border-color: #3745FE;
}
.TagClassName
{
border-color: #3745FE;
}
</style>