Html Css Color HEX #505EF1 Neon Blue

📋 copy color: '#505EF1'

red 80 ◦ green 94 ◦ blue 241

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

Shades of Neon Blue #505EF1

Tints of Neon Blue #505EF1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

 BLUE value IS 241 (94.53% from 255) = 58.07%

R = 19.28%
G = 22.65%
B = 58.07%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#505EF1 (or 0x505EF1) is known color: Neon Blue. HEX triplet: 50, 5E and F1. RGB value is (80,94,241). Sum of RGB (Red+Green+Blue) = 80+94+241=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #505EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505EF1 is #AFA10E. Grayscale: #696969. Windows color (decimal): -11510031 or 15818320. OLE color: 15818320.

HSL color Cylindrical-coordinate representation of color #505EF1: hue angle of 234.78º degrees, saturation: 0.85, 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 #505EF1 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 94 241 -
CMYK 0.67 0.61 0 0.05
HSL 234.78º 0.85% 0.63% -
HSV(B) 234.78º 0.67% 0.95% -
XYZ 23.19 16.06 85.1 -
YUV 106.57 203.86 109.05 -
System Red Green Blue C M Y K H S L
Decimal 80 94 241 0.67 0.61 0 0.05 234.78 0.85 0.63
Hex 50 5E F1 43 3D 0 5 EB 55 3F
Octal 120 136 361 103 75 0 5 353 125 77
Binary 1010000 1011110 11110001 1000011 111101 0 101 11101011 1010101 111111

Color Harmonies of #505EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EF1

Black with #505EF1

Text Example


Text Example

White with #505EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,94,241); }

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

background-color css

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

 a { background-color: rgb(80,94,241); }

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

border-color css

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

 span { border-color: rgb(80,94,241); }

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