Html Css Color HEX #504FFC Neon Blue

📋 copy color: '#504FFC'

red 80 ◦ green 79 ◦ blue 252

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

Shades of Neon Blue #504FFC

Tints of Neon Blue #504FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.22%

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

R = 19.46%
G = 19.22%
B = 61.31%

CMYK

 C value IS 0.68

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#504FFC (or 0x504FFC) is known color: Neon Blue. HEX triplet: 50, 4F and FC. RGB value is (80,79,252). Sum of RGB (Red+Green+Blue) = 80+79+252=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 252 (98.83% from 255 or 61.31% from 411); Max value from RGB is 252 - color contains mainly: blue. Hex color #504FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504FFC is #AFB003. Grayscale: #626262. Windows color (decimal): -11513860 or 16535376. OLE color: 16535376.

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

Color convert

RGB 80 79 252 -
CMYK 0.68 0.69 0 0.01
HSL 240.35º 0.97% 0.65% -
HSV(B) 240.35º 0.69% 0.99% -
XYZ 23.67 14.33 93.61 -
YUV 99.02 214.33 114.43 -
System Red Green Blue C M Y K H S L
Decimal 80 79 252 0.68 0.69 0 0.01 240.35 0.97 0.65
Hex 50 4F FC 44 45 0 1 F0 61 41
Octal 120 117 374 104 105 0 1 360 141 101
Binary 1010000 1001111 11111100 1000100 1000101 0 1 11110000 1100001 1000001

Color Harmonies of #504FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FFC

Black with #504FFC

Text Example


Text Example

White with #504FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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