Html Css Color HEX #505CFC Neon Blue

📋 copy color: '#505CFC'

red 80 ◦ green 92 ◦ blue 252

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

Shades of Neon Blue #505CFC

Tints of Neon Blue #505CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

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

R = 18.87%
G = 21.7%
B = 59.43%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#505CFC (or 0x505CFC) is known color: Neon Blue. HEX triplet: 50, 5C and FC. RGB value is (80,92,252). Sum of RGB (Red+Green+Blue) = 80+92+252=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #505CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CFC is #AFA303. Grayscale: #6A6A6A. Windows color (decimal): -11510532 or 16538704. OLE color: 16538704.

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

Color convert

RGB 80 92 252 -
CMYK 0.68 0.63 0 0.01
HSL 235.81º 0.97% 0.65% -
HSV(B) 235.81º 0.68% 0.99% -
XYZ 24.71 16.39 93.96 -
YUV 106.65 210.02 108.99 -
System Red Green Blue C M Y K H S L
Decimal 80 92 252 0.68 0.63 0 0.01 235.81 0.97 0.65
Hex 50 5C FC 44 3F 0 1 EC 61 41
Octal 120 134 374 104 77 0 1 354 141 101
Binary 1010000 1011100 11111100 1000100 111111 0 1 11101100 1100001 1000001

Color Harmonies of #505CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CFC

Black with #505CFC

Text Example


Text Example

White with #505CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505CFC; }

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

 H1.HeaderClassName
 {
   color: #505CFC;
 }
 .AnyTagClassName
 {
   color: #505CFC;
 }
</style>

background-color css

<style>
 a { background-color: #505CFC; }

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

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

border-color css

<style>
 span { border-color: #505CFC; }

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

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