Html Css Color HEX #5064FD Neon Blue

📋 copy color: '#5064FD'

red 80 ◦ green 100 ◦ blue 253

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

Shades of Neon Blue #5064FD

Tints of Neon Blue #5064FD

RGB

 RED value IS 80 (31.64% from 255) = 18.48%

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

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

R = 18.48%
G = 23.09%
B = 58.43%

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

#5064FD (or 0x5064FD) is known color: Neon Blue. HEX triplet: 50, 64 and FD. RGB value is (80,100,253). Sum of RGB (Red+Green+Blue) = 80+100+253=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #5064FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5064FD is #AF9B02. Grayscale: #6E6E6E. Windows color (decimal): -11508483 or 16606288. OLE color: 16606288.

HSL color Cylindrical-coordinate representation of color #5064FD: hue angle of 233.06º 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 #5064FD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 100 253 -
CMYK 0.68 0.60 0 0.01
HSL 233.06º 0.98% 0.65% -
HSV(B) 233.06º 0.68% 0.99% -
XYZ 25.6 17.91 95.04 -
YUV 111.46 207.87 105.56 -
System Red Green Blue C M Y K H S L
Decimal 80 100 253 0.68 0.60 0 0.01 233.06 0.98 0.65
Hex 50 64 FD 44 3C 0 1 E9 62 41
Octal 120 144 375 104 74 0 1 351 142 101
Binary 1010000 1100100 11111101 1000100 111100 0 1 11101001 1100010 1000001

Color Harmonies of #5064FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5064FD

Black with #5064FD

Text Example


Text Example

White with #5064FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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