Shades of Neon Blue #3741FE
Tints of Neon Blue #3741FE
RGB
CMYK
RGB Variations
Color information
#3741FE (or 0x3741FE) is known color: Neon Blue. HEX triplet: 37, 41 and FE. RGB value is (55,65,254). Sum of RGB (Red+Green+Blue) = 55+65+254=374 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.71% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #3741FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3741FE is #C8BE01. Grayscale: #525252. Windows color (decimal): -13155842 or 16662839. OLE color: 16662839.
HSL color Cylindrical-coordinate representation of color #3741FE: hue angle of 236.98º 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 #3741FE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 65 | 254 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.00 |
| HSL | 236.98º | 0.99% | 0.61% | - |
| HSV(B) | 236.98º | 0.78% | 1% | - |
| XYZ | 21.36 | 11.75 | 94.91 | - |
| YUV | 83.56 | 224.19 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 254 | 0.78 | 0.74 | 0 | 0.00 | 236.98 | 0.99 | 0.61 |
| Hex | 37 | 41 | FE | 4E | 4A | 0 | 0 | ED | 63 | 3D |
| Octal | 67 | 101 | 376 | 116 | 112 | 0 | 0 | 355 | 143 | 75 |
| Binary | 110111 | 1000001 | 11111110 | 1001110 | 1001010 | 0 | 0 | 11101101 | 1100011 | 111101 |
Color Harmonies of #3741FE
Complementary color
Monochromatic Colors of #3741FE
Black with #3741FE
Text Example
Text Example
White with #3741FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3741FE; }
p { color: rgb(55,65,254); }
H1.HeaderClassName
{
color: #3741FE;
}
.AnyTagClassName
{
color: #3741FE;
}
</style>
background-color css
<style>
a { background-color: #3741FE; }
a { background-color: rgb(55,65,254); }
div.DivClassName
{
background-color: #3741FE;
}
.BgClassName
{
background-color: #3741FE;
}
</style>
border-color css
<style>
span { border-color: #3741FE; }
span { border-color: rgb(55,65,254); }
td.TdClassName
{
border-color: #3741FE;
}
.TagClassName
{
border-color: #3741FE;
}
</style>