Shades of Neon Blue #4F3FDB
Tints of Neon Blue #4F3FDB
RGB
CMYK
RGB Variations
Color information
#4F3FDB (or 0x4F3FDB) is known color: Neon Blue. HEX triplet: 4F, 3F and DB. RGB value is (79,63,219). Sum of RGB (Red+Green+Blue) = 79+63+219=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F3FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3FDB is #B0C024. Grayscale: #545454. Windows color (decimal): -11583525 or 14368591. OLE color: 14368591.
HSL color Cylindrical-coordinate representation of color #4F3FDB: hue angle of 246.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F3FDB is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 63 | 219 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.14 |
| HSL | 246.15º | 0.68% | 0.55% | - |
| HSV(B) | 246.15º | 0.71% | 0.86% | - |
| XYZ | 17.79 | 10.33 | 68.07 | - |
| YUV | 85.57 | 203.3 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 219 | 0.64 | 0.71 | 0 | 0.14 | 246.15 | 0.68 | 0.55 |
| Hex | 4F | 3F | DB | 40 | 47 | 0 | E | F6 | 44 | 37 |
| Octal | 117 | 77 | 333 | 100 | 107 | 0 | 16 | 366 | 104 | 67 |
| Binary | 1001111 | 111111 | 11011011 | 1000000 | 1000111 | 0 | 1110 | 11110110 | 1000100 | 110111 |
Color Harmonies of #4F3FDB
Complementary color
Monochromatic Colors of #4F3FDB
Black with #4F3FDB
Text Example
Text Example
White with #4F3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3FDB; }
p { color: rgb(79,63,219); }
H1.HeaderClassName
{
color: #4F3FDB;
}
.AnyTagClassName
{
color: #4F3FDB;
}
</style>
background-color css
<style>
a { background-color: #4F3FDB; }
a { background-color: rgb(79,63,219); }
div.DivClassName
{
background-color: #4F3FDB;
}
.BgClassName
{
background-color: #4F3FDB;
}
</style>
border-color css
<style>
span { border-color: #4F3FDB; }
span { border-color: rgb(79,63,219); }
td.TdClassName
{
border-color: #4F3FDB;
}
.TagClassName
{
border-color: #4F3FDB;
}
</style>