Html Css Color HEX #5064FB Neon Blue

📋 copy color: '#5064FB'

red 80 ◦ green 100 ◦ blue 251

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

Shades of Neon Blue #5064FB

Tints of Neon Blue #5064FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.24%

R = 18.56%
G = 23.2%
B = 58.24%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5064FB (or 0x5064FB) is known color: Neon Blue. HEX triplet: 50, 64 and FB. RGB value is (80,100,251). Sum of RGB (Red+Green+Blue) = 80+100+251=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #5064FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5064FB is #AF9B04. Grayscale: #6E6E6E. Windows color (decimal): -11508485 or 16475216. OLE color: 16475216.

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

Color convert

RGB 80 100 251 -
CMYK 0.68 0.60 0 0.02
HSL 232.98º 0.96% 0.65% -
HSV(B) 232.98º 0.68% 0.98% -
XYZ 25.28 17.78 93.37 -
YUV 111.23 206.87 105.72 -
System Red Green Blue C M Y K H S L
Decimal 80 100 251 0.68 0.60 0 0.02 232.98 0.96 0.65
Hex 50 64 FB 44 3C 0 2 E9 60 41
Octal 120 144 373 104 74 0 2 351 140 101
Binary 1010000 1100100 11111011 1000100 111100 0 10 11101001 1100000 1000001

Color Harmonies of #5064FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5064FB

Black with #5064FB

Text Example


Text Example

White with #5064FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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