Shades of Neon Blue #4C41FC
Tints of Neon Blue #4C41FC
RGB
CMYK
RGB Variations
Color information
#4C41FC (or 0x4C41FC) is known color: Neon Blue. HEX triplet: 4C, 41 and FC. RGB value is (76,65,252). Sum of RGB (Red+Green+Blue) = 76+65+252=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C41FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C41FC is #B3BE03. Grayscale: #585858. Windows color (decimal): -11779588 or 16531788. OLE color: 16531788.
HSL color Cylindrical-coordinate representation of color #4C41FC: hue angle of 243.53º 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 #4C41FC is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 65 | 252 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.01 |
| HSL | 243.53º | 0.97% | 0.62% | - |
| HSV(B) | 243.53º | 0.74% | 0.99% | - |
| XYZ | 22.44 | 12.35 | 93.3 | - |
| YUV | 89.61 | 219.64 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 252 | 0.70 | 0.74 | 0 | 0.01 | 243.53 | 0.97 | 0.62 |
| Hex | 4C | 41 | FC | 46 | 4A | 0 | 1 | F4 | 61 | 3E |
| Octal | 114 | 101 | 374 | 106 | 112 | 0 | 1 | 364 | 141 | 76 |
| Binary | 1001100 | 1000001 | 11111100 | 1000110 | 1001010 | 0 | 1 | 11110100 | 1100001 | 111110 |
Color Harmonies of #4C41FC
Complementary color
Monochromatic Colors of #4C41FC
Black with #4C41FC
Text Example
Text Example
White with #4C41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C41FC; }
p { color: rgb(76,65,252); }
H1.HeaderClassName
{
color: #4C41FC;
}
.AnyTagClassName
{
color: #4C41FC;
}
</style>
background-color css
<style>
a { background-color: #4C41FC; }
a { background-color: rgb(76,65,252); }
div.DivClassName
{
background-color: #4C41FC;
}
.BgClassName
{
background-color: #4C41FC;
}
</style>
border-color css
<style>
span { border-color: #4C41FC; }
span { border-color: rgb(76,65,252); }
td.TdClassName
{
border-color: #4C41FC;
}
.TagClassName
{
border-color: #4C41FC;
}
</style>