Shades of Neon Blue #4744FF
Tints of Neon Blue #4744FF
RGB
CMYK
RGB Variations
Color information
#4744FF (or 0x4744FF) is known color: Neon Blue. HEX triplet: 47, 44 and FF. RGB value is (71,68,255). Sum of RGB (Red+Green+Blue) = 71+68+255=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #4744FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4744FF is #B8BB00. Grayscale: #595959. Windows color (decimal): -12106497 or 16729159. OLE color: 16729159.
HSL color Cylindrical-coordinate representation of color #4744FF: hue angle of 240.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4744FF is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 68 | 255 | - |
| CMYK | 0.72 | 0.73 | 0 | 0 |
| HSL | 240.96º | 1% | 0.63% | - |
| HSV(B) | 240.96º | 0.73% | 1% | - |
| XYZ | 22.72 | 12.69 | 95.86 | - |
| YUV | 90.22 | 220.99 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 255 | 0.72 | 0.73 | 0 | 0 | 240.96 | 1 | 0.63 |
| Hex | 47 | 44 | FF | 48 | 49 | 0 | 0 | F1 | 64 | 3F |
| Octal | 107 | 104 | 377 | 110 | 111 | 0 | 0 | 361 | 144 | 77 |
| Binary | 1000111 | 1000100 | 11111111 | 1001000 | 1001001 | 0 | 0 | 11110001 | 1100100 | 111111 |
Color Harmonies of #4744FF
Complementary color
Monochromatic Colors of #4744FF
Black with #4744FF
Text Example
Text Example
White with #4744FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4744FF; }
p { color: rgb(71,68,255); }
H1.HeaderClassName
{
color: #4744FF;
}
.AnyTagClassName
{
color: #4744FF;
}
</style>
background-color css
<style>
a { background-color: #4744FF; }
a { background-color: rgb(71,68,255); }
div.DivClassName
{
background-color: #4744FF;
}
.BgClassName
{
background-color: #4744FF;
}
</style>
border-color css
<style>
span { border-color: #4744FF; }
span { border-color: rgb(71,68,255); }
td.TdClassName
{
border-color: #4744FF;
}
.TagClassName
{
border-color: #4744FF;
}
</style>