Shades of Neon Blue #5065F9
Tints of Neon Blue #5065F9
RGB
CMYK
RGB Variations
Color information
#5065F9 (or 0x5065F9) is known color: Neon Blue. HEX triplet: 50, 65 and F9. RGB value is (80,101,249). Sum of RGB (Red+Green+Blue) = 80+101+249=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #5065F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5065F9 is #AF9A06. Grayscale: #6E6E6E. Windows color (decimal): -11508231 or 16344400. OLE color: 16344400.
HSL color Cylindrical-coordinate representation of color #5065F9: hue angle of 232.54º degrees, saturation: 0.93, 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 #5065F9 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 101 | 249 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.02 |
| HSL | 232.54º | 0.93% | 0.65% | - |
| HSV(B) | 232.54º | 0.68% | 0.98% | - |
| XYZ | 25.06 | 17.85 | 91.75 | - |
| YUV | 111.59 | 205.54 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 101 | 249 | 0.68 | 0.59 | 0 | 0.02 | 232.54 | 0.93 | 0.65 |
| Hex | 50 | 65 | F9 | 44 | 3B | 0 | 2 | E9 | 5D | 41 |
| Octal | 120 | 145 | 371 | 104 | 73 | 0 | 2 | 351 | 135 | 101 |
| Binary | 1010000 | 1100101 | 11111001 | 1000100 | 111011 | 0 | 10 | 11101001 | 1011101 | 1000001 |
Color Harmonies of #5065F9
Complementary color
Monochromatic Colors of #5065F9
Black with #5065F9
Text Example
Text Example
White with #5065F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5065F9; }
p { color: rgb(80,101,249); }
H1.HeaderClassName
{
color: #5065F9;
}
.AnyTagClassName
{
color: #5065F9;
}
</style>
background-color css
<style>
a { background-color: #5065F9; }
a { background-color: rgb(80,101,249); }
div.DivClassName
{
background-color: #5065F9;
}
.BgClassName
{
background-color: #5065F9;
}
</style>
border-color css
<style>
span { border-color: #5065F9; }
span { border-color: rgb(80,101,249); }
td.TdClassName
{
border-color: #5065F9;
}
.TagClassName
{
border-color: #5065F9;
}
</style>