Html Css Color HEX #503EFC Neon Blue

📋 copy color: '#503EFC'

red 80 ◦ green 62 ◦ blue 252

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

Shades of Neon Blue #503EFC

Tints of Neon Blue #503EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.74%

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

R = 20.3%
G = 15.74%
B = 63.96%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#503EFC (or 0x503EFC) is known color: Neon Blue. HEX triplet: 50, 3E and FC. RGB value is (80,62,252). Sum of RGB (Red+Green+Blue) = 80+62+252=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #503EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503EFC is #AFC103. Grayscale: #585858. Windows color (decimal): -11518212 or 16531024. OLE color: 16531024.

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

Color convert

RGB 80 62 252 -
CMYK 0.68 0.75 0 0.01
HSL 245.68º 0.97% 0.62% -
HSV(B) 245.68º 0.75% 0.99% -
XYZ 22.6 12.18 93.26 -
YUV 89.04 219.96 121.55 -
System Red Green Blue C M Y K H S L
Decimal 80 62 252 0.68 0.75 0 0.01 245.68 0.97 0.62
Hex 50 3E FC 44 4B 0 1 F6 61 3E
Octal 120 76 374 104 113 0 1 366 141 76
Binary 1010000 111110 11111100 1000100 1001011 0 1 11110110 1100001 111110

Color Harmonies of #503EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503EFC

Black with #503EFC

Text Example


Text Example

White with #503EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503EFC; }

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

 H1.HeaderClassName
 {
   color: #503EFC;
 }
 .AnyTagClassName
 {
   color: #503EFC;
 }
</style>

background-color css

<style>
 a { background-color: #503EFC; }

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

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

border-color css

<style>
 span { border-color: #503EFC; }

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

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