Shades of Neon Blue #4740F6
Tints of Neon Blue #4740F6
RGB
CMYK
RGB Variations
Color information
#4740F6 (or 0x4740F6) is known color: Neon Blue. HEX triplet: 47, 40 and F6. RGB value is (71,64,246). Sum of RGB (Red+Green+Blue) = 71+64+246=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #4740F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4740F6 is #B8BF09. Grayscale: #565656. Windows color (decimal): -12107530 or 16138311. OLE color: 16138311.
HSL color Cylindrical-coordinate representation of color #4740F6: hue angle of 242.31º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4740F6 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 64 | 246 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.04 |
| HSL | 242.31º | 0.91% | 0.61% | - |
| HSV(B) | 242.31º | 0.74% | 0.96% | - |
| XYZ | 21.07 | 11.66 | 88.33 | - |
| YUV | 86.84 | 217.82 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 246 | 0.71 | 0.74 | 0 | 0.04 | 242.31 | 0.91 | 0.61 |
| Hex | 47 | 40 | F6 | 47 | 4A | 0 | 4 | F2 | 5B | 3D |
| Octal | 107 | 100 | 366 | 107 | 112 | 0 | 4 | 362 | 133 | 75 |
| Binary | 1000111 | 1000000 | 11110110 | 1000111 | 1001010 | 0 | 100 | 11110010 | 1011011 | 111101 |
Color Harmonies of #4740F6
Complementary color
Monochromatic Colors of #4740F6
Black with #4740F6
Text Example
Text Example
White with #4740F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4740F6; }
p { color: rgb(71,64,246); }
H1.HeaderClassName
{
color: #4740F6;
}
.AnyTagClassName
{
color: #4740F6;
}
</style>
background-color css
<style>
a { background-color: #4740F6; }
a { background-color: rgb(71,64,246); }
div.DivClassName
{
background-color: #4740F6;
}
.BgClassName
{
background-color: #4740F6;
}
</style>
border-color css
<style>
span { border-color: #4740F6; }
span { border-color: rgb(71,64,246); }
td.TdClassName
{
border-color: #4740F6;
}
.TagClassName
{
border-color: #4740F6;
}
</style>