Shades of Neon Blue #4F3CE5
Tints of Neon Blue #4F3CE5
RGB
CMYK
RGB Variations
Color information
#4F3CE5 (or 0x4F3CE5) is known color: Neon Blue. HEX triplet: 4F, 3C and E5. RGB value is (79,60,229). Sum of RGB (Red+Green+Blue) = 79+60+229=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #4F3CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3CE5 is #B0C31A. Grayscale: #545454. Windows color (decimal): -11584283 or 15023183. OLE color: 15023183.
HSL color Cylindrical-coordinate representation of color #4F3CE5: hue angle of 246.75º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F3CE5 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 60 | 229 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.10 |
| HSL | 246.75º | 0.76% | 0.57% | - |
| HSV(B) | 246.75º | 0.74% | 0.9% | - |
| XYZ | 18.98 | 10.55 | 75.16 | - |
| YUV | 84.95 | 209.29 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 229 | 0.66 | 0.74 | 0 | 0.10 | 246.75 | 0.76 | 0.57 |
| Hex | 4F | 3C | E5 | 42 | 4A | 0 | A | F7 | 4C | 39 |
| Octal | 117 | 74 | 345 | 102 | 112 | 0 | 12 | 367 | 114 | 71 |
| Binary | 1001111 | 111100 | 11100101 | 1000010 | 1001010 | 0 | 1010 | 11110111 | 1001100 | 111001 |
Color Harmonies of #4F3CE5
Complementary color
Monochromatic Colors of #4F3CE5
Black with #4F3CE5
Text Example
Text Example
White with #4F3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3CE5; }
p { color: rgb(79,60,229); }
H1.HeaderClassName
{
color: #4F3CE5;
}
.AnyTagClassName
{
color: #4F3CE5;
}
</style>
background-color css
<style>
a { background-color: #4F3CE5; }
a { background-color: rgb(79,60,229); }
div.DivClassName
{
background-color: #4F3CE5;
}
.BgClassName
{
background-color: #4F3CE5;
}
</style>
border-color css
<style>
span { border-color: #4F3CE5; }
span { border-color: rgb(79,60,229); }
td.TdClassName
{
border-color: #4F3CE5;
}
.TagClassName
{
border-color: #4F3CE5;
}
</style>