Html Css Color HEX #503FFC Neon Blue

📋 copy color: '#503FFC'

red 80 ◦ green 63 ◦ blue 252

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

Shades of Neon Blue #503FFC

Tints of Neon Blue #503FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

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

R = 20.25%
G = 15.95%
B = 63.8%

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

#503FFC (or 0x503FFC) is known color: Neon Blue. HEX triplet: 50, 3F and FC. RGB value is (80,63,252). Sum of RGB (Red+Green+Blue) = 80+63+252=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #503FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503FFC is #AFC003. Grayscale: #585858. Windows color (decimal): -11517956 or 16531280. OLE color: 16531280.

HSL color Cylindrical-coordinate representation of color #503FFC: hue angle of 245.4º 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 #503FFC is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 63 252 -
CMYK 0.68 0.75 0 0.01
HSL 245.4º 0.97% 0.62% -
HSV(B) 245.4º 0.75% 0.99% -
XYZ 22.66 12.29 93.27 -
YUV 89.63 219.63 121.13 -
System Red Green Blue C M Y K H S L
Decimal 80 63 252 0.68 0.75 0 0.01 245.4 0.97 0.62
Hex 50 3F FC 44 4B 0 1 F5 61 3E
Octal 120 77 374 104 113 0 1 365 141 76
Binary 1010000 111111 11111100 1000100 1001011 0 1 11110101 1100001 111110

Color Harmonies of #503FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503FFC

Black with #503FFC

Text Example


Text Example

White with #503FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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