Html Css Color HEX #505BFE Neon Blue

📋 copy color: '#505BFE'

red 80 ◦ green 91 ◦ blue 254

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

Shades of Neon Blue #505BFE

Tints of Neon Blue #505BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

 BLUE value IS 254 (99.61% from 255) = 59.76%

R = 18.82%
G = 21.41%
B = 59.76%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#505BFE (or 0x505BFE) is known color: Neon Blue. HEX triplet: 50, 5B and FE. RGB value is (80,91,254). Sum of RGB (Red+Green+Blue) = 80+91+254=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #505BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505BFE is #AFA401. Grayscale: #696969. Windows color (decimal): -11510786 or 16669520. OLE color: 16669520.

HSL color Cylindrical-coordinate representation of color #505BFE: hue angle of 236.21º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #505BFE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 91 254 -
CMYK 0.69 0.64 0 0.00
HSL 236.21º 0.99% 0.65% -
HSV(B) 236.21º 0.69% 1% -
XYZ 24.94 16.34 95.61 -
YUV 106.29 211.36 109.25 -
System Red Green Blue C M Y K H S L
Decimal 80 91 254 0.69 0.64 0 0.00 236.21 0.99 0.65
Hex 50 5B FE 45 40 0 0 EC 63 41
Octal 120 133 376 105 100 0 0 354 143 101
Binary 1010000 1011011 11111110 1000101 1000000 0 0 11101100 1100011 1000001

Color Harmonies of #505BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BFE

Black with #505BFE

Text Example


Text Example

White with #505BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,91,254); }

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

background-color css

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

 a { background-color: rgb(80,91,254); }

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

border-color css

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

 span { border-color: rgb(80,91,254); }

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