Html Css Color HEX #505BFB Neon Blue

📋 copy color: '#505BFB'

red 80 ◦ green 91 ◦ blue 251

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

Shades of Neon Blue #505BFB

Tints of Neon Blue #505BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.48%

R = 18.96%
G = 21.56%
B = 59.48%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#505BFB (or 0x505BFB) is known color: Neon Blue. HEX triplet: 50, 5B and FB. RGB value is (80,91,251). Sum of RGB (Red+Green+Blue) = 80+91+251=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #505BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505BFB is #AFA404. Grayscale: #696969. Windows color (decimal): -11510789 or 16472912. OLE color: 16472912.

HSL color Cylindrical-coordinate representation of color #505BFB: hue angle of 236.14º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #505BFB is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 91 251 -
CMYK 0.68 0.64 0 0.02
HSL 236.14º 0.96% 0.65% -
HSV(B) 236.14º 0.68% 0.98% -
XYZ 24.46 16.15 93.1 -
YUV 105.95 209.86 109.49 -
System Red Green Blue C M Y K H S L
Decimal 80 91 251 0.68 0.64 0 0.02 236.14 0.96 0.65
Hex 50 5B FB 44 40 0 2 EC 60 41
Octal 120 133 373 104 100 0 2 354 140 101
Binary 1010000 1011011 11111011 1000100 1000000 0 10 11101100 1100000 1000001

Color Harmonies of #505BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BFB

Black with #505BFB

Text Example


Text Example

White with #505BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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