Html Css Color HEX #5164FD Neon Blue

📋 copy color: '#5164FD'

red 81 ◦ green 100 ◦ blue 253

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

Shades of Neon Blue #5164FD

Tints of Neon Blue #5164FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.04%

 BLUE value IS 253 (99.22% from 255) = 58.29%

R = 18.66%
G = 23.04%
B = 58.29%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5164FD (or 0x5164FD) is known color: Neon Blue. HEX triplet: 51, 64 and FD. RGB value is (81,100,253). Sum of RGB (Red+Green+Blue) = 81+100+253=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #5164FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5164FD is #AE9B02. Grayscale: #6F6F6F. Windows color (decimal): -11442947 or 16606289. OLE color: 16606289.

HSL color Cylindrical-coordinate representation of color #5164FD: hue angle of 233.37º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5164FD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 100 253 -
CMYK 0.68 0.60 0 0.01
HSL 233.37º 0.98% 0.65% -
HSV(B) 233.37º 0.68% 0.99% -
XYZ 25.68 17.96 95.04 -
YUV 111.76 207.71 106.06 -
System Red Green Blue C M Y K H S L
Decimal 81 100 253 0.68 0.60 0 0.01 233.37 0.98 0.65
Hex 51 64 FD 44 3C 0 1 E9 62 41
Octal 121 144 375 104 74 0 1 351 142 101
Binary 1010001 1100100 11111101 1000100 111100 0 1 11101001 1100010 1000001

Color Harmonies of #5164FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5164FD

Black with #5164FD

Text Example


Text Example

White with #5164FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5164FD; }

 p { color: rgb(81,100,253); }

 H1.HeaderClassName
 {
   color: #5164FD;
 }
 .AnyTagClassName
 {
   color: #5164FD;
 }
</style>

background-color css

<style>
 a { background-color: #5164FD; }

 a { background-color: rgb(81,100,253); }

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

border-color css

<style>
 span { border-color: #5164FD; }

 span { border-color: rgb(81,100,253); }

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