Shades of Neon Blue #4F3EFF
Tints of Neon Blue #4F3EFF
RGB
CMYK
RGB Variations
Color information
#4F3EFF (or 0x4F3EFF) is known color: Neon Blue. HEX triplet: 4F, 3E and FF. RGB value is (79,62,255). Sum of RGB (Red+Green+Blue) = 79+62+255=396 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.95% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F3EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F3EFF is #B0C100. Grayscale: #585858. Windows color (decimal): -11583745 or 16727631. OLE color: 16727631.
HSL color Cylindrical-coordinate representation of color #4F3EFF: hue angle of 245.28º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F3EFF is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 62 | 255 | - |
| CMYK | 0.69 | 0.76 | 0 | 0 |
| HSL | 245.29º | 1% | 0.62% | - |
| HSV(B) | 245.29º | 0.76% | 1% | - |
| XYZ | 23 | 12.33 | 95.78 | - |
| YUV | 89.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 62 | 255 | 0.69 | 0.76 | 0 | 0 | 245.29 | 1 | 0.62 |
| Hex | 4F | 3E | FF | 45 | 4C | 0 | 0 | F5 | 64 | 3E |
| Octal | 117 | 76 | 377 | 105 | 114 | 0 | 0 | 365 | 144 | 76 |
| Binary | 1001111 | 111110 | 11111111 | 1000101 | 1001100 | 0 | 0 | 11110101 | 1100100 | 111110 |
Color Harmonies of #4F3EFF
Complementary color
Monochromatic Colors of #4F3EFF
Black with #4F3EFF
Text Example
Text Example
White with #4F3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3EFF; }
p { color: rgb(79,62,255); }
H1.HeaderClassName
{
color: #4F3EFF;
}
.AnyTagClassName
{
color: #4F3EFF;
}
</style>
background-color css
<style>
a { background-color: #4F3EFF; }
a { background-color: rgb(79,62,255); }
div.DivClassName
{
background-color: #4F3EFF;
}
.BgClassName
{
background-color: #4F3EFF;
}
</style>
border-color css
<style>
span { border-color: #4F3EFF; }
span { border-color: rgb(79,62,255); }
td.TdClassName
{
border-color: #4F3EFF;
}
.TagClassName
{
border-color: #4F3EFF;
}
</style>