Html Css Color HEX #503BFC Neon Blue

📋 copy color: '#503BFC'

red 80 ◦ green 59 ◦ blue 252

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

Shades of Neon Blue #503BFC

Tints of Neon Blue #503BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.09%

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

R = 20.46%
G = 15.09%
B = 64.45%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#503BFC (or 0x503BFC) is known color: Neon Blue. HEX triplet: 50, 3B and FC. RGB value is (80,59,252). Sum of RGB (Red+Green+Blue) = 80+59+252=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #503BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #503BFC is #AFC403. Grayscale: #565656. Windows color (decimal): -11518980 or 16530256. OLE color: 16530256.

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

Color convert

RGB 80 59 252 -
CMYK 0.68 0.77 0 0.01
HSL 246.53º 0.97% 0.61% -
HSV(B) 246.53º 0.77% 0.99% -
XYZ 22.44 11.86 93.2 -
YUV 87.28 220.96 122.81 -
System Red Green Blue C M Y K H S L
Decimal 80 59 252 0.68 0.77 0 0.01 246.53 0.97 0.61
Hex 50 3B FC 44 4D 0 1 F7 61 3D
Octal 120 73 374 104 115 0 1 367 141 75
Binary 1010000 111011 11111100 1000100 1001101 0 1 11110111 1100001 111101

Color Harmonies of #503BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503BFC

Black with #503BFC

Text Example


Text Example

White with #503BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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