Html Css Color HEX #504BFC Neon Blue

📋 copy color: '#504BFC'

red 80 ◦ green 75 ◦ blue 252

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

Shades of Neon Blue #504BFC

Tints of Neon Blue #504BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.43%

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

R = 19.66%
G = 18.43%
B = 61.92%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#504BFC (or 0x504BFC) is known color: Neon Blue. HEX triplet: 50, 4B and FC. RGB value is (80,75,252). Sum of RGB (Red+Green+Blue) = 80+75+252=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 75 (29.69% from 255 or 18.43% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #504BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BFC is #AFB403. Grayscale: #5F5F5F. Windows color (decimal): -11514884 or 16534352. OLE color: 16534352.

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

Color convert

RGB 80 75 252 -
CMYK 0.68 0.70 0 0.01
HSL 241.69º 0.97% 0.64% -
HSV(B) 241.69º 0.7% 0.99% -
XYZ 23.4 13.77 93.52 -
YUV 96.67 215.66 116.11 -
System Red Green Blue C M Y K H S L
Decimal 80 75 252 0.68 0.70 0 0.01 241.69 0.97 0.64
Hex 50 4B FC 44 46 0 1 F2 61 40
Octal 120 113 374 104 106 0 1 362 141 100
Binary 1010000 1001011 11111100 1000100 1000110 0 1 11110010 1100001 1000000

Color Harmonies of #504BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BFC

Black with #504BFC

Text Example


Text Example

White with #504BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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