Shades of Neon Blue #4141FC
Tints of Neon Blue #4141FC
RGB
CMYK
RGB Variations
Color information
#4141FC (or 0x4141FC) is known color: Neon Blue. HEX triplet: 41, 41 and FC. RGB value is (65,65,252). Sum of RGB (Red+Green+Blue) = 65+65+252=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #4141FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4141FC is #BEBE03. Grayscale: #555555. Windows color (decimal): -12500484 or 16531777. OLE color: 16531777.
HSL color Cylindrical-coordinate representation of color #4141FC: hue angle of 240º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4141FC is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 65 | 252 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.62% | - |
| HSV(B) | 240º | 0.74% | 0.99% | - |
| XYZ | 21.64 | 11.93 | 93.26 | - |
| YUV | 86.32 | 221.5 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 252 | 0.74 | 0.74 | 0 | 0.01 | 240 | 0.97 | 0.62 |
| Hex | 41 | 41 | FC | 4A | 4A | 0 | 1 | F0 | 61 | 3E |
| Octal | 101 | 101 | 374 | 112 | 112 | 0 | 1 | 360 | 141 | 76 |
| Binary | 1000001 | 1000001 | 11111100 | 1001010 | 1001010 | 0 | 1 | 11110000 | 1100001 | 111110 |
Color Harmonies of #4141FC
Complementary color
Monochromatic Colors of #4141FC
Black with #4141FC
Text Example
Text Example
White with #4141FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4141FC; }
p { color: rgb(65,65,252); }
H1.HeaderClassName
{
color: #4141FC;
}
.AnyTagClassName
{
color: #4141FC;
}
</style>
background-color css
<style>
a { background-color: #4141FC; }
a { background-color: rgb(65,65,252); }
div.DivClassName
{
background-color: #4141FC;
}
.BgClassName
{
background-color: #4141FC;
}
</style>
border-color css
<style>
span { border-color: #4141FC; }
span { border-color: rgb(65,65,252); }
td.TdClassName
{
border-color: #4141FC;
}
.TagClassName
{
border-color: #4141FC;
}
</style>