Shades of Neon Blue #4046F3
Tints of Neon Blue #4046F3
RGB
CMYK
RGB Variations
Color information
#4046F3 (or 0x4046F3) is known color: Neon Blue. HEX triplet: 40, 46 and F3. RGB value is (64,70,243). Sum of RGB (Red+Green+Blue) = 64+70+243=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #4046F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4046F3 is #BFB90C. Grayscale: #575757. Windows color (decimal): -12564749 or 15943232. OLE color: 15943232.
HSL color Cylindrical-coordinate representation of color #4046F3: hue angle of 237.99º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4046F3 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 70 | 243 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.05 |
| HSL | 237.99º | 0.88% | 0.6% | - |
| HSV(B) | 237.99º | 0.74% | 0.95% | - |
| XYZ | 20.48 | 11.94 | 86.02 | - |
| YUV | 87.93 | 215.51 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 243 | 0.74 | 0.71 | 0 | 0.05 | 237.99 | 0.88 | 0.6 |
| Hex | 40 | 46 | F3 | 4A | 47 | 0 | 5 | EE | 58 | 3C |
| Octal | 100 | 106 | 363 | 112 | 107 | 0 | 5 | 356 | 130 | 74 |
| Binary | 1000000 | 1000110 | 11110011 | 1001010 | 1000111 | 0 | 101 | 11101110 | 1011000 | 111100 |
Color Harmonies of #4046F3
Complementary color
Monochromatic Colors of #4046F3
Black with #4046F3
Text Example
Text Example
White with #4046F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046F3; }
p { color: rgb(64,70,243); }
H1.HeaderClassName
{
color: #4046F3;
}
.AnyTagClassName
{
color: #4046F3;
}
</style>
background-color css
<style>
a { background-color: #4046F3; }
a { background-color: rgb(64,70,243); }
div.DivClassName
{
background-color: #4046F3;
}
.BgClassName
{
background-color: #4046F3;
}
</style>
border-color css
<style>
span { border-color: #4046F3; }
span { border-color: rgb(64,70,243); }
td.TdClassName
{
border-color: #4046F3;
}
.TagClassName
{
border-color: #4046F3;
}
</style>