Shades of Neon Blue #4141FF
Tints of Neon Blue #4141FF
RGB
CMYK
RGB Variations
Color information
#4141FF (or 0x4141FF) is known color: Neon Blue. HEX triplet: 41, 41 and FF. RGB value is (65,65,255). Sum of RGB (Red+Green+Blue) = 65+65+255=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #4141FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4141FF is #BEBE00. Grayscale: #555555. Windows color (decimal): -12500481 or 16728385. OLE color: 16728385.
HSL color Cylindrical-coordinate representation of color #4141FF: hue angle of 240º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4141FF is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 65 | 255 | - |
| CMYK | 0.75 | 0.75 | 0 | 0 |
| HSL | 240º | 1% | 0.63% | - |
| HSV(B) | 240º | 0.75% | 1% | - |
| XYZ | 22.12 | 12.12 | 95.78 | - |
| YUV | 86.66 | 223 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 255 | 0.75 | 0.75 | 0 | 0 | 240 | 1 | 0.63 |
| Hex | 41 | 41 | FF | 4B | 4B | 0 | 0 | F0 | 64 | 3F |
| Octal | 101 | 101 | 377 | 113 | 113 | 0 | 0 | 360 | 144 | 77 |
| Binary | 1000001 | 1000001 | 11111111 | 1001011 | 1001011 | 0 | 0 | 11110000 | 1100100 | 111111 |
Color Harmonies of #4141FF
Complementary color
Monochromatic Colors of #4141FF
Black with #4141FF
Text Example
Text Example
White with #4141FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141FF; }
p { color: rgb(65,65,255); }
H1.HeaderClassName
{
color: #4141FF;
}
.AnyTagClassName
{
color: #4141FF;
}
</style>
background-color css
<style>
a { background-color: #4141FF; }
a { background-color: rgb(65,65,255); }
div.DivClassName
{
background-color: #4141FF;
}
.BgClassName
{
background-color: #4141FF;
}
</style>
border-color css
<style>
span { border-color: #4141FF; }
span { border-color: rgb(65,65,255); }
td.TdClassName
{
border-color: #4141FF;
}
.TagClassName
{
border-color: #4141FF;
}
</style>