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