Html Css Color HEX #505CFB Neon Blue

📋 copy color: '#505CFB'

red 80 ◦ green 92 ◦ blue 251

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

Shades of Neon Blue #505CFB

Tints of Neon Blue #505CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 18.91%
G = 21.75%
B = 59.34%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#505CFB (or 0x505CFB) is known color: Neon Blue. HEX triplet: 50, 5C and FB. RGB value is (80,92,251). Sum of RGB (Red+Green+Blue) = 80+92+251=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #505CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CFB is #AFA304. Grayscale: #696969. Windows color (decimal): -11510533 or 16473168. OLE color: 16473168.

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

Color convert

RGB 80 92 251 -
CMYK 0.68 0.63 0 0.02
HSL 235.79º 0.96% 0.65% -
HSV(B) 235.79º 0.68% 0.98% -
XYZ 24.55 16.32 93.12 -
YUV 106.54 209.52 109.07 -
System Red Green Blue C M Y K H S L
Decimal 80 92 251 0.68 0.63 0 0.02 235.79 0.96 0.65
Hex 50 5C FB 44 3F 0 2 EC 60 41
Octal 120 134 373 104 77 0 2 354 140 101
Binary 1010000 1011100 11111011 1000100 111111 0 10 11101100 1100000 1000001

Color Harmonies of #505CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CFB

Black with #505CFB

Text Example


Text Example

White with #505CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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