Html Css Color HEX #504FFD Neon Blue

📋 copy color: '#504FFD'

red 80 ◦ green 79 ◦ blue 253

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

Shades of Neon Blue #504FFD

Tints of Neon Blue #504FFD

RGB

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

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

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

R = 19.42%
G = 19.17%
B = 61.41%

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

#504FFD (or 0x504FFD) is known color: Neon Blue. HEX triplet: 50, 4F and FD. RGB value is (80,79,253). Sum of RGB (Red+Green+Blue) = 80+79+253=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #504FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #504FFD is #AFB002. Grayscale: #626262. Windows color (decimal): -11513859 or 16600912. OLE color: 16600912.

HSL color Cylindrical-coordinate representation of color #504FFD: hue angle of 240.34º degrees, saturation: 0.98, 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 #504FFD is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 79 253 -
CMYK 0.68 0.69 0 0.01
HSL 240.34º 0.98% 0.65% -
HSV(B) 240.34º 0.69% 0.99% -
XYZ 23.83 14.39 94.45 -
YUV 99.14 214.83 114.35 -
System Red Green Blue C M Y K H S L
Decimal 80 79 253 0.68 0.69 0 0.01 240.34 0.98 0.65
Hex 50 4F FD 44 45 0 1 F0 62 41
Octal 120 117 375 104 105 0 1 360 142 101
Binary 1010000 1001111 11111101 1000100 1000101 0 1 11110000 1100010 1000001

Color Harmonies of #504FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504FFD

Black with #504FFD

Text Example


Text Example

White with #504FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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