Html Css Color HEX #5064FA Neon Blue

📋 copy color: '#5064FA'

red 80 ◦ green 100 ◦ blue 250

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

Shades of Neon Blue #5064FA

Tints of Neon Blue #5064FA

RGB

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

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

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

R = 18.6%
G = 23.26%
B = 58.14%

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

#5064FA (or 0x5064FA) is known color: Neon Blue. HEX triplet: 50, 64 and FA. RGB value is (80,100,250). Sum of RGB (Red+Green+Blue) = 80+100+250=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #5064FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5064FA is #AF9B05. Grayscale: #6E6E6E. Windows color (decimal): -11508486 or 16409680. OLE color: 16409680.

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

Color convert

RGB 80 100 250 -
CMYK 0.68 0.6 0 0.02
HSL 232.94º 0.94% 0.65% -
HSV(B) 232.94º 0.68% 0.98% -
XYZ 25.12 17.72 92.54 -
YUV 111.12 206.37 105.8 -
System Red Green Blue C M Y K H S L
Decimal 80 100 250 0.68 0.6 0 0.02 232.94 0.94 0.65
Hex 50 64 FA 44 3C 0 2 E9 5E 41
Octal 120 144 372 104 74 0 2 351 136 101
Binary 1010000 1100100 11111010 1000100 111100 0 10 11101001 1011110 1000001

Color Harmonies of #5064FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5064FA

Black with #5064FA

Text Example


Text Example

White with #5064FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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