Html Css Color HEX #505EF8 Neon Blue

📋 copy color: '#505EF8'

red 80 ◦ green 94 ◦ blue 248

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

Shades of Neon Blue #505EF8

Tints of Neon Blue #505EF8

RGB

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

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

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

R = 18.96%
G = 22.27%
B = 58.77%

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

#505EF8 (or 0x505EF8) is known color: Neon Blue. HEX triplet: 50, 5E and F8. RGB value is (80,94,248). Sum of RGB (Red+Green+Blue) = 80+94+248=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #505EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505EF8 is #AFA107. Grayscale: #6A6A6A. Windows color (decimal): -11510024 or 16277072. OLE color: 16277072.

HSL color Cylindrical-coordinate representation of color #505EF8: hue angle of 235º 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 #505EF8 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 94 248 -
CMYK 0.68 0.62 0 0.03
HSL 235º 0.92% 0.64% -
HSV(B) 235º 0.68% 0.97% -
XYZ 24.25 16.49 90.71 -
YUV 107.37 207.36 108.48 -
System Red Green Blue C M Y K H S L
Decimal 80 94 248 0.68 0.62 0 0.03 235 0.92 0.64
Hex 50 5E F8 44 3E 0 3 EB 5C 40
Octal 120 136 370 104 76 0 3 353 134 100
Binary 1010000 1011110 11111000 1000100 111110 0 11 11101011 1011100 1000000

Color Harmonies of #505EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EF8

Black with #505EF8

Text Example


Text Example

White with #505EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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