Html Css Color HEX #504CFB Neon Blue

📋 copy color: '#504CFB'

red 80 ◦ green 76 ◦ blue 251

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

Shades of Neon Blue #504CFB

Tints of Neon Blue #504CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 19.66%
G = 18.67%
B = 61.67%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#504CFB (or 0x504CFB) is known color: Neon Blue. HEX triplet: 50, 4C and FB. RGB value is (80,76,251). Sum of RGB (Red+Green+Blue) = 80+76+251=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #504CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504CFB is #AFB304. Grayscale: #606060. Windows color (decimal): -11514629 or 16469072. OLE color: 16469072.

HSL color Cylindrical-coordinate representation of color #504CFB: hue angle of 241.37º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #504CFB is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 76 251 -
CMYK 0.68 0.70 0 0.02
HSL 241.37º 0.96% 0.64% -
HSV(B) 241.37º 0.7% 0.98% -
XYZ 23.31 13.84 92.71 -
YUV 97.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 80 76 251 0.68 0.70 0 0.02 241.37 0.96 0.64
Hex 50 4C FB 44 46 0 2 F1 60 40
Octal 120 114 373 104 106 0 2 361 140 100
Binary 1010000 1001100 11111011 1000100 1000110 0 10 11110001 1100000 1000000

Color Harmonies of #504CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CFB

Black with #504CFB

Text Example


Text Example

White with #504CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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