Shades of Neon Blue #4F3BDF
Tints of Neon Blue #4F3BDF
RGB
CMYK
RGB Variations
Color information
#4F3BDF (or 0x4F3BDF) is known color: Neon Blue. HEX triplet: 4F, 3B and DF. RGB value is (79,59,223). Sum of RGB (Red+Green+Blue) = 79+59+223=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F3BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3BDF is #B0C420. Grayscale: #535353. Windows color (decimal): -11584545 or 14629711. OLE color: 14629711.
HSL color Cylindrical-coordinate representation of color #4F3BDF: hue angle of 247.32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F3BDF is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 59 | 223 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.13 |
| HSL | 247.32º | 0.72% | 0.55% | - |
| HSV(B) | 247.32º | 0.74% | 0.87% | - |
| XYZ | 18.11 | 10.12 | 70.81 | - |
| YUV | 83.68 | 206.63 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 59 | 223 | 0.65 | 0.74 | 0 | 0.13 | 247.32 | 0.72 | 0.55 |
| Hex | 4F | 3B | DF | 41 | 4A | 0 | D | F7 | 48 | 37 |
| Octal | 117 | 73 | 337 | 101 | 112 | 0 | 15 | 367 | 110 | 67 |
| Binary | 1001111 | 111011 | 11011111 | 1000001 | 1001010 | 0 | 1101 | 11110111 | 1001000 | 110111 |
Color Harmonies of #4F3BDF
Complementary color
Monochromatic Colors of #4F3BDF
Black with #4F3BDF
Text Example
Text Example
White with #4F3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3BDF; }
p { color: rgb(79,59,223); }
H1.HeaderClassName
{
color: #4F3BDF;
}
.AnyTagClassName
{
color: #4F3BDF;
}
</style>
background-color css
<style>
a { background-color: #4F3BDF; }
a { background-color: rgb(79,59,223); }
div.DivClassName
{
background-color: #4F3BDF;
}
.BgClassName
{
background-color: #4F3BDF;
}
</style>
border-color css
<style>
span { border-color: #4F3BDF; }
span { border-color: rgb(79,59,223); }
td.TdClassName
{
border-color: #4F3BDF;
}
.TagClassName
{
border-color: #4F3BDF;
}
</style>