Html Css Color HEX #505DF8 Neon Blue

📋 copy color: '#505DF8'

red 80 ◦ green 93 ◦ blue 248

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

Shades of Neon Blue #505DF8

Tints of Neon Blue #505DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.09%

 BLUE value IS 248 (97.27% from 255) = 58.91%

R = 19%
G = 22.09%
B = 58.91%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#505DF8 (or 0x505DF8) is known color: Neon Blue. HEX triplet: 50, 5D and F8. RGB value is (80,93,248). Sum of RGB (Red+Green+Blue) = 80+93+248=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #505DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505DF8 is #AFA207. Grayscale: #6A6A6A. Windows color (decimal): -11510280 or 16276816. OLE color: 16276816.

HSL color Cylindrical-coordinate representation of color #505DF8: hue angle of 235.36º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #505DF8 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 93 248 -
CMYK 0.68 0.62 0 0.03
HSL 235.36º 0.92% 0.64% -
HSV(B) 235.36º 0.68% 0.97% -
XYZ 24.17 16.31 90.68 -
YUV 106.78 207.69 108.9 -
System Red Green Blue C M Y K H S L
Decimal 80 93 248 0.68 0.62 0 0.03 235.36 0.92 0.64
Hex 50 5D F8 44 3E 0 3 EB 5C 40
Octal 120 135 370 104 76 0 3 353 134 100
Binary 1010000 1011101 11111000 1000100 111110 0 11 11101011 1011100 1000000

Color Harmonies of #505DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505DF8

Black with #505DF8

Text Example


Text Example

White with #505DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,93,248); }

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

background-color css

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

 a { background-color: rgb(80,93,248); }

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

border-color css

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

 span { border-color: rgb(80,93,248); }

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