Html Css Color HEX #504AFC Neon Blue

📋 copy color: '#504AFC'

red 80 ◦ green 74 ◦ blue 252

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

Shades of Neon Blue #504AFC

Tints of Neon Blue #504AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 252 (98.83% from 255) = 62.07%

R = 19.7%
G = 18.23%
B = 62.07%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#504AFC (or 0x504AFC) is known color: Neon Blue. HEX triplet: 50, 4A and FC. RGB value is (80,74,252). Sum of RGB (Red+Green+Blue) = 80+74+252=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #504AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504AFC is #AFB503. Grayscale: #5F5F5F. Windows color (decimal): -11515140 or 16534096. OLE color: 16534096.

HSL color Cylindrical-coordinate representation of color #504AFC: hue angle of 242.02º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #504AFC is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 74 252 -
CMYK 0.68 0.71 0 0.01
HSL 242.02º 0.97% 0.64% -
HSV(B) 242.02º 0.71% 0.99% -
XYZ 23.33 13.63 93.5 -
YUV 96.09 215.99 116.53 -
System Red Green Blue C M Y K H S L
Decimal 80 74 252 0.68 0.71 0 0.01 242.02 0.97 0.64
Hex 50 4A FC 44 47 0 1 F2 61 40
Octal 120 112 374 104 107 0 1 362 141 100
Binary 1010000 1001010 11111100 1000100 1000111 0 1 11110010 1100001 1000000

Color Harmonies of #504AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AFC

Black with #504AFC

Text Example


Text Example

White with #504AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504AFC; }

 p { color: rgb(80,74,252); }

 H1.HeaderClassName
 {
   color: #504AFC;
 }
 .AnyTagClassName
 {
   color: #504AFC;
 }
</style>

background-color css

<style>
 a { background-color: #504AFC; }

 a { background-color: rgb(80,74,252); }

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

border-color css

<style>
 span { border-color: #504AFC; }

 span { border-color: rgb(80,74,252); }

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