Html Css Color HEX #5164FA Neon Blue

📋 copy color: '#5164FA'

red 81 ◦ green 100 ◦ blue 250

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

Shades of Neon Blue #5164FA

Tints of Neon Blue #5164FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 18.79%
G = 23.2%
B = 58%

CMYK

 C value IS 0.68

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5164FA (or 0x5164FA) is known color: Neon Blue. HEX triplet: 51, 64 and FA. RGB value is (81,100,250). Sum of RGB (Red+Green+Blue) = 81+100+250=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #5164FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5164FA is #AE9B05. Grayscale: #6E6E6E. Windows color (decimal): -11442950 or 16409681. OLE color: 16409681.

HSL color Cylindrical-coordinate representation of color #5164FA: hue angle of 233.25º 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 #5164FA is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 100 250 -
CMYK 0.68 0.6 0 0.02
HSL 233.25º 0.94% 0.65% -
HSV(B) 233.25º 0.68% 0.98% -
XYZ 25.21 17.77 92.54 -
YUV 111.42 206.21 106.3 -
System Red Green Blue C M Y K H S L
Decimal 81 100 250 0.68 0.6 0 0.02 233.25 0.94 0.65
Hex 51 64 FA 44 3C 0 2 E9 5E 41
Octal 121 144 372 104 74 0 2 351 136 101
Binary 1010001 1100100 11111010 1000100 111100 0 10 11101001 1011110 1000001

Color Harmonies of #5164FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5164FA

Black with #5164FA

Text Example


Text Example

White with #5164FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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