Shades of Neon Blue #4F3BFE
Tints of Neon Blue #4F3BFE
RGB
CMYK
RGB Variations
Color information
#4F3BFE (or 0x4F3BFE) is known color: Neon Blue. HEX triplet: 4F, 3B and FE. RGB value is (79,59,254). Sum of RGB (Red+Green+Blue) = 79+59+254=392 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.15% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F3BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F3BFE is #B0C401. Grayscale: #565656. Windows color (decimal): -11584514 or 16661327. OLE color: 16661327.
HSL color Cylindrical-coordinate representation of color #4F3BFE: hue angle of 246.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F3BFE is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 59 | 254 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.00 |
| HSL | 246.15º | 0.99% | 0.61% | - |
| HSV(B) | 246.15º | 0.77% | 1% | - |
| XYZ | 22.68 | 11.95 | 94.88 | - |
| YUV | 87.21 | 222.13 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 59 | 254 | 0.69 | 0.77 | 0 | 0.00 | 246.15 | 0.99 | 0.61 |
| Hex | 4F | 3B | FE | 45 | 4D | 0 | 0 | F6 | 63 | 3D |
| Octal | 117 | 73 | 376 | 105 | 115 | 0 | 0 | 366 | 143 | 75 |
| Binary | 1001111 | 111011 | 11111110 | 1000101 | 1001101 | 0 | 0 | 11110110 | 1100011 | 111101 |
Color Harmonies of #4F3BFE
Complementary color
Monochromatic Colors of #4F3BFE
Black with #4F3BFE
Text Example
Text Example
White with #4F3BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3BFE; }
p { color: rgb(79,59,254); }
H1.HeaderClassName
{
color: #4F3BFE;
}
.AnyTagClassName
{
color: #4F3BFE;
}
</style>
background-color css
<style>
a { background-color: #4F3BFE; }
a { background-color: rgb(79,59,254); }
div.DivClassName
{
background-color: #4F3BFE;
}
.BgClassName
{
background-color: #4F3BFE;
}
</style>
border-color css
<style>
span { border-color: #4F3BFE; }
span { border-color: rgb(79,59,254); }
td.TdClassName
{
border-color: #4F3BFE;
}
.TagClassName
{
border-color: #4F3BFE;
}
</style>