Shades of Neon Blue #4F68FF
Tints of Neon Blue #4F68FF
RGB
CMYK
RGB Variations
Color information
#4F68FF (or 0x4F68FF) is known color: Neon Blue. HEX triplet: 4F, 68 and FF. RGB value is (79,104,255). Sum of RGB (Red+Green+Blue) = 79+104+255=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F68FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F68FF is #B09700. Grayscale: #717171. Windows color (decimal): -11572993 or 16738383. OLE color: 16738383.
HSL color Cylindrical-coordinate representation of color #4F68FF: hue angle of 231.48º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F68FF is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 104 | 255 | - |
| CMYK | 0.69 | 0.59 | 0 | 0 |
| HSL | 231.48º | 1% | 0.65% | - |
| HSV(B) | 231.48º | 0.69% | 1% | - |
| XYZ | 26.22 | 18.78 | 96.85 | - |
| YUV | 113.74 | 207.72 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 255 | 0.69 | 0.59 | 0 | 0 | 231.48 | 1 | 0.65 |
| Hex | 4F | 68 | FF | 45 | 3B | 0 | 0 | E7 | 64 | 41 |
| Octal | 117 | 150 | 377 | 105 | 73 | 0 | 0 | 347 | 144 | 101 |
| Binary | 1001111 | 1101000 | 11111111 | 1000101 | 111011 | 0 | 0 | 11100111 | 1100100 | 1000001 |
Color Harmonies of #4F68FF
Complementary color
Monochromatic Colors of #4F68FF
Black with #4F68FF
Text Example
Text Example
White with #4F68FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F68FF; }
p { color: rgb(79,104,255); }
H1.HeaderClassName
{
color: #4F68FF;
}
.AnyTagClassName
{
color: #4F68FF;
}
</style>
background-color css
<style>
a { background-color: #4F68FF; }
a { background-color: rgb(79,104,255); }
div.DivClassName
{
background-color: #4F68FF;
}
.BgClassName
{
background-color: #4F68FF;
}
</style>
border-color css
<style>
span { border-color: #4F68FF; }
span { border-color: rgb(79,104,255); }
td.TdClassName
{
border-color: #4F68FF;
}
.TagClassName
{
border-color: #4F68FF;
}
</style>