Shades of Neon Blue #4F64FF
Tints of Neon Blue #4F64FF
RGB
CMYK
RGB Variations
Color information
#4F64FF (or 0x4F64FF) is known color: Neon Blue. HEX triplet: 4F, 64 and FF. RGB value is (79,100,255). Sum of RGB (Red+Green+Blue) = 79+100+255=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F64FF is #B09B00. Grayscale: #6E6E6E. Windows color (decimal): -11574017 or 16737359. OLE color: 16737359.
HSL color Cylindrical-coordinate representation of color #4F64FF: hue angle of 232.84º 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 #4F64FF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 100 | 255 | - |
| CMYK | 0.69 | 0.61 | 0 | 0 |
| HSL | 232.84º | 1% | 0.65% | - |
| HSV(B) | 232.84º | 0.69% | 1% | - |
| XYZ | 25.83 | 18 | 96.72 | - |
| YUV | 111.39 | 209.04 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 255 | 0.69 | 0.61 | 0 | 0 | 232.84 | 1 | 0.65 |
| Hex | 4F | 64 | FF | 45 | 3D | 0 | 0 | E9 | 64 | 41 |
| Octal | 117 | 144 | 377 | 105 | 75 | 0 | 0 | 351 | 144 | 101 |
| Binary | 1001111 | 1100100 | 11111111 | 1000101 | 111101 | 0 | 0 | 11101001 | 1100100 | 1000001 |
Color Harmonies of #4F64FF
Complementary color
Monochromatic Colors of #4F64FF
Black with #4F64FF
Text Example
Text Example
White with #4F64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F64FF; }
p { color: rgb(79,100,255); }
H1.HeaderClassName
{
color: #4F64FF;
}
.AnyTagClassName
{
color: #4F64FF;
}
</style>
background-color css
<style>
a { background-color: #4F64FF; }
a { background-color: rgb(79,100,255); }
div.DivClassName
{
background-color: #4F64FF;
}
.BgClassName
{
background-color: #4F64FF;
}
</style>
border-color css
<style>
span { border-color: #4F64FF; }
span { border-color: rgb(79,100,255); }
td.TdClassName
{
border-color: #4F64FF;
}
.TagClassName
{
border-color: #4F64FF;
}
</style>