Shades of Neon Blue #5164F9
Tints of Neon Blue #5164F9
RGB
CMYK
RGB Variations
Color information
#5164F9 (or 0x5164F9) is known color: Neon Blue. HEX triplet: 51, 64 and F9. RGB value is (81,100,249). Sum of RGB (Red+Green+Blue) = 81+100+249=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 100 (39.45% from 255 or 23.26% 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 #5164F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5164F9 is #AE9B06. Grayscale: #6E6E6E. Windows color (decimal): -11442951 or 16344145. OLE color: 16344145.
HSL color Cylindrical-coordinate representation of color #5164F9: hue angle of 233.21º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5164F9 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 100 | 249 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.02 |
| HSL | 233.21º | 0.93% | 0.65% | - |
| HSV(B) | 233.21º | 0.67% | 0.98% | - |
| XYZ | 25.05 | 17.7 | 91.72 | - |
| YUV | 111.31 | 205.71 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 100 | 249 | 0.67 | 0.60 | 0 | 0.02 | 233.21 | 0.93 | 0.65 |
| Hex | 51 | 64 | F9 | 43 | 3C | 0 | 2 | E9 | 5D | 41 |
| Octal | 121 | 144 | 371 | 103 | 74 | 0 | 2 | 351 | 135 | 101 |
| Binary | 1010001 | 1100100 | 11111001 | 1000011 | 111100 | 0 | 10 | 11101001 | 1011101 | 1000001 |
Color Harmonies of #5164F9
Complementary color
Monochromatic Colors of #5164F9
Black with #5164F9
Text Example
Text Example
White with #5164F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5164F9; }
p { color: rgb(81,100,249); }
H1.HeaderClassName
{
color: #5164F9;
}
.AnyTagClassName
{
color: #5164F9;
}
</style>
background-color css
<style>
a { background-color: #5164F9; }
a { background-color: rgb(81,100,249); }
div.DivClassName
{
background-color: #5164F9;
}
.BgClassName
{
background-color: #5164F9;
}
</style>
border-color css
<style>
span { border-color: #5164F9; }
span { border-color: rgb(81,100,249); }
td.TdClassName
{
border-color: #5164F9;
}
.TagClassName
{
border-color: #5164F9;
}
</style>