Shades of Neon Blue #4F65FA
Tints of Neon Blue #4F65FA
RGB
CMYK
RGB Variations
Color information
#4F65FA (or 0x4F65FA) is known color: Neon Blue. HEX triplet: 4F, 65 and FA. RGB value is (79,101,250). Sum of RGB (Red+Green+Blue) = 79+101+250=430 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.37% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F65FA is #B09A05. Grayscale: #6E6E6E. Windows color (decimal): -11573766 or 16409935. OLE color: 16409935.
HSL color Cylindrical-coordinate representation of color #4F65FA: hue angle of 232.28º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F65FA is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 101 | 250 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.02 |
| HSL | 232.28º | 0.94% | 0.65% | - |
| HSV(B) | 232.28º | 0.68% | 0.98% | - |
| XYZ | 25.13 | 17.87 | 92.57 | - |
| YUV | 111.41 | 206.21 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 250 | 0.68 | 0.60 | 0 | 0.02 | 232.28 | 0.94 | 0.65 |
| Hex | 4F | 65 | FA | 44 | 3C | 0 | 2 | E8 | 5E | 41 |
| Octal | 117 | 145 | 372 | 104 | 74 | 0 | 2 | 350 | 136 | 101 |
| Binary | 1001111 | 1100101 | 11111010 | 1000100 | 111100 | 0 | 10 | 11101000 | 1011110 | 1000001 |
Color Harmonies of #4F65FA
Complementary color
Monochromatic Colors of #4F65FA
Black with #4F65FA
Text Example
Text Example
White with #4F65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F65FA; }
p { color: rgb(79,101,250); }
H1.HeaderClassName
{
color: #4F65FA;
}
.AnyTagClassName
{
color: #4F65FA;
}
</style>
background-color css
<style>
a { background-color: #4F65FA; }
a { background-color: rgb(79,101,250); }
div.DivClassName
{
background-color: #4F65FA;
}
.BgClassName
{
background-color: #4F65FA;
}
</style>
border-color css
<style>
span { border-color: #4F65FA; }
span { border-color: rgb(79,101,250); }
td.TdClassName
{
border-color: #4F65FA;
}
.TagClassName
{
border-color: #4F65FA;
}
</style>