Shades of Neon Blue #4149FE
Tints of Neon Blue #4149FE
RGB
CMYK
RGB Variations
Color information
#4149FE (or 0x4149FE) is known color: Neon Blue. HEX triplet: 41, 49 and FE. RGB value is (65,73,254). Sum of RGB (Red+Green+Blue) = 65+73+254=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #4149FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4149FE is #BEB601. Grayscale: #5A5A5A. Windows color (decimal): -12498434 or 16664897. OLE color: 16664897.
HSL color Cylindrical-coordinate representation of color #4149FE: hue angle of 237.46º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4149FE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 73 | 254 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.00 |
| HSL | 237.46º | 0.99% | 0.63% | - |
| HSV(B) | 237.46º | 0.74% | 1% | - |
| XYZ | 22.45 | 13.04 | 95.1 | - |
| YUV | 91.24 | 219.85 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 254 | 0.74 | 0.71 | 0 | 0.00 | 237.46 | 0.99 | 0.63 |
| Hex | 41 | 49 | FE | 4A | 47 | 0 | 0 | ED | 63 | 3F |
| Octal | 101 | 111 | 376 | 112 | 107 | 0 | 0 | 355 | 143 | 77 |
| Binary | 1000001 | 1001001 | 11111110 | 1001010 | 1000111 | 0 | 0 | 11101101 | 1100011 | 111111 |
Color Harmonies of #4149FE
Complementary color
Monochromatic Colors of #4149FE
Black with #4149FE
Text Example
Text Example
White with #4149FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4149FE; }
p { color: rgb(65,73,254); }
H1.HeaderClassName
{
color: #4149FE;
}
.AnyTagClassName
{
color: #4149FE;
}
</style>
background-color css
<style>
a { background-color: #4149FE; }
a { background-color: rgb(65,73,254); }
div.DivClassName
{
background-color: #4149FE;
}
.BgClassName
{
background-color: #4149FE;
}
</style>
border-color css
<style>
span { border-color: #4149FE; }
span { border-color: rgb(65,73,254); }
td.TdClassName
{
border-color: #4149FE;
}
.TagClassName
{
border-color: #4149FE;
}
</style>