Shades of Neon Blue #4141FE
Tints of Neon Blue #4141FE
RGB
CMYK
RGB Variations
Color information
#4141FE (or 0x4141FE) is known color: Neon Blue. HEX triplet: 41, 41 and FE. RGB value is (65,65,254). Sum of RGB (Red+Green+Blue) = 65+65+254=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #4141FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4141FE is #BEBE01. Grayscale: #555555. Windows color (decimal): -12500482 or 16662849. OLE color: 16662849.
HSL color Cylindrical-coordinate representation of color #4141FE: hue angle of 240º 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 #4141FE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 65 | 254 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.63% | - |
| HSV(B) | 240º | 0.74% | 1% | - |
| XYZ | 21.96 | 12.06 | 94.94 | - |
| YUV | 86.55 | 222.5 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 254 | 0.74 | 0.74 | 0 | 0.00 | 240 | 0.99 | 0.63 |
| Hex | 41 | 41 | FE | 4A | 4A | 0 | 0 | F0 | 63 | 3F |
| Octal | 101 | 101 | 376 | 112 | 112 | 0 | 0 | 360 | 143 | 77 |
| Binary | 1000001 | 1000001 | 11111110 | 1001010 | 1001010 | 0 | 0 | 11110000 | 1100011 | 111111 |
Color Harmonies of #4141FE
Complementary color
Monochromatic Colors of #4141FE
Black with #4141FE
Text Example
Text Example
White with #4141FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141FE; }
p { color: rgb(65,65,254); }
H1.HeaderClassName
{
color: #4141FE;
}
.AnyTagClassName
{
color: #4141FE;
}
</style>
background-color css
<style>
a { background-color: #4141FE; }
a { background-color: rgb(65,65,254); }
div.DivClassName
{
background-color: #4141FE;
}
.BgClassName
{
background-color: #4141FE;
}
</style>
border-color css
<style>
span { border-color: #4141FE; }
span { border-color: rgb(65,65,254); }
td.TdClassName
{
border-color: #4141FE;
}
.TagClassName
{
border-color: #4141FE;
}
</style>