Html Css Color HEX #5163F9 Neon Blue

📋 copy color: '#5163F9'

red 81 ◦ green 99 ◦ blue 249

#5163F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5163F9

Tints of Neon Blue #5163F9

RGB

 RED value IS 81 (32.03% from 255) = 18.88%

 GREEN value IS 99 (39.06% from 255) = 23.08%

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 18.88%
G = 23.08%
B = 58.04%

CMYK

 C value IS 0.67

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5163F9 (or 0x5163F9) is known color: Neon Blue. HEX triplet: 51, 63 and F9. RGB value is (81,99,249). Sum of RGB (Red+Green+Blue) = 81+99+249=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #5163F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5163F9 is #AE9C06. Grayscale: #6E6E6E. Windows color (decimal): -11443207 or 16343889. OLE color: 16343889.

HSL color Cylindrical-coordinate representation of color #5163F9: hue angle of 233.57º 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 #5163F9 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 99 249 -
CMYK 0.67 0.60 0 0.02
HSL 233.57º 0.93% 0.65% -
HSV(B) 233.57º 0.67% 0.98% -
XYZ 24.95 17.51 91.69 -
YUV 110.72 206.04 106.8 -
System Red Green Blue C M Y K H S L
Decimal 81 99 249 0.67 0.60 0 0.02 233.57 0.93 0.65
Hex 51 63 F9 43 3C 0 2 EA 5D 41
Octal 121 143 371 103 74 0 2 352 135 101
Binary 1010001 1100011 11111001 1000011 111100 0 10 11101010 1011101 1000001

Color Harmonies of #5163F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5163F9

Black with #5163F9

Text Example


Text Example

White with #5163F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5163F9; }

 p { color: rgb(81,99,249); }

 H1.HeaderClassName
 {
   color: #5163F9;
 }
 .AnyTagClassName
 {
   color: #5163F9;
 }
</style>

background-color css

<style>
 a { background-color: #5163F9; }

 a { background-color: rgb(81,99,249); }

 div.DivClassName
 {
   background-color: #5163F9;
 }
 .BgClassName
 {
   background-color: #5163F9;
 }
</style>

border-color css

<style>
 span { border-color: #5163F9; }

 span { border-color: rgb(81,99,249); }

 td.TdClassName
 {
   border-color: #5163F9;
 }
 .TagClassName
 {
   border-color: #5163F9;
 }
</style>