Shades of Neon Blue #4F3FFB
Tints of Neon Blue #4F3FFB
RGB
CMYK
RGB Variations
Color information
#4F3FFB (or 0x4F3FFB) is known color: Neon Blue. HEX triplet: 4F, 3F and FB. RGB value is (79,63,251). Sum of RGB (Red+Green+Blue) = 79+63+251=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #4F3FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F3FFB is #B0C004. Grayscale: #585858. Windows color (decimal): -11583493 or 16465743. OLE color: 16465743.
HSL color Cylindrical-coordinate representation of color #4F3FFB: hue angle of 245.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F3FFB is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 63 | 251 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.02 |
| HSL | 245.11º | 0.96% | 0.62% | - |
| HSV(B) | 245.11º | 0.75% | 0.98% | - |
| XYZ | 22.41 | 12.18 | 92.44 | - |
| YUV | 89.22 | 219.3 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 251 | 0.69 | 0.75 | 0 | 0.02 | 245.11 | 0.96 | 0.62 |
| Hex | 4F | 3F | FB | 45 | 4B | 0 | 2 | F5 | 60 | 3E |
| Octal | 117 | 77 | 373 | 105 | 113 | 0 | 2 | 365 | 140 | 76 |
| Binary | 1001111 | 111111 | 11111011 | 1000101 | 1001011 | 0 | 10 | 11110101 | 1100000 | 111110 |
Color Harmonies of #4F3FFB
Complementary color
Monochromatic Colors of #4F3FFB
Black with #4F3FFB
Text Example
Text Example
White with #4F3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3FFB; }
p { color: rgb(79,63,251); }
H1.HeaderClassName
{
color: #4F3FFB;
}
.AnyTagClassName
{
color: #4F3FFB;
}
</style>
background-color css
<style>
a { background-color: #4F3FFB; }
a { background-color: rgb(79,63,251); }
div.DivClassName
{
background-color: #4F3FFB;
}
.BgClassName
{
background-color: #4F3FFB;
}
</style>
border-color css
<style>
span { border-color: #4F3FFB; }
span { border-color: rgb(79,63,251); }
td.TdClassName
{
border-color: #4F3FFB;
}
.TagClassName
{
border-color: #4F3FFB;
}
</style>