Shades of Neon Blue #4F3CEA
Tints of Neon Blue #4F3CEA
RGB
CMYK
RGB Variations
Color information
#4F3CEA (or 0x4F3CEA) is known color: Neon Blue. HEX triplet: 4F, 3C and EA. RGB value is (79,60,234). Sum of RGB (Red+Green+Blue) = 79+60+234=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F3CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F3CEA is #B0C315. Grayscale: #545454. Windows color (decimal): -11584278 or 15350863. OLE color: 15350863.
HSL color Cylindrical-coordinate representation of color #4F3CEA: hue angle of 246.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F3CEA is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 60 | 234 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.08 |
| HSL | 246.55º | 0.81% | 0.58% | - |
| HSV(B) | 246.55º | 0.74% | 0.92% | - |
| XYZ | 19.69 | 10.83 | 78.9 | - |
| YUV | 85.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 60 | 234 | 0.66 | 0.74 | 0 | 0.08 | 246.55 | 0.81 | 0.58 |
| Hex | 4F | 3C | EA | 42 | 4A | 0 | 8 | F7 | 51 | 3A |
| Octal | 117 | 74 | 352 | 102 | 112 | 0 | 10 | 367 | 121 | 72 |
| Binary | 1001111 | 111100 | 11101010 | 1000010 | 1001010 | 0 | 1000 | 11110111 | 1010001 | 111010 |
Color Harmonies of #4F3CEA
Complementary color
Monochromatic Colors of #4F3CEA
Black with #4F3CEA
Text Example
Text Example
White with #4F3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3CEA; }
p { color: rgb(79,60,234); }
H1.HeaderClassName
{
color: #4F3CEA;
}
.AnyTagClassName
{
color: #4F3CEA;
}
</style>
background-color css
<style>
a { background-color: #4F3CEA; }
a { background-color: rgb(79,60,234); }
div.DivClassName
{
background-color: #4F3CEA;
}
.BgClassName
{
background-color: #4F3CEA;
}
</style>
border-color css
<style>
span { border-color: #4F3CEA; }
span { border-color: rgb(79,60,234); }
td.TdClassName
{
border-color: #4F3CEA;
}
.TagClassName
{
border-color: #4F3CEA;
}
</style>