Html Css Color HEX #505CF2 Neon Blue

📋 copy color: '#505CF2'

red 80 ◦ green 92 ◦ blue 242

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

Shades of Neon Blue #505CF2

Tints of Neon Blue #505CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.45%

R = 19.32%
G = 22.22%
B = 58.45%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#505CF2 (or 0x505CF2) is known color: Neon Blue. HEX triplet: 50, 5C and F2. RGB value is (80,92,242). Sum of RGB (Red+Green+Blue) = 80+92+242=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 242 (94.92% from 255 or 58.45% from 414); Max value from RGB is 242 - color contains mainly: blue. Hex color #505CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CF2 is #AFA30D. Grayscale: #686868. Windows color (decimal): -11510542 or 15883344. OLE color: 15883344.

HSL color Cylindrical-coordinate representation of color #505CF2: hue angle of 235.56º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #505CF2 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 92 242 -
CMYK 0.67 0.62 0 0.05
HSL 235.56º 0.86% 0.63% -
HSV(B) 235.56º 0.67% 0.95% -
XYZ 23.16 15.77 85.83 -
YUV 105.51 205.02 109.8 -
System Red Green Blue C M Y K H S L
Decimal 80 92 242 0.67 0.62 0 0.05 235.56 0.86 0.63
Hex 50 5C F2 43 3E 0 5 EC 56 3F
Octal 120 134 362 103 76 0 5 354 126 77
Binary 1010000 1011100 11110010 1000011 111110 0 101 11101100 1010110 111111

Color Harmonies of #505CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CF2

Black with #505CF2

Text Example


Text Example

White with #505CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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