Html Css Color HEX #505BFC Neon Blue

📋 copy color: '#505BFC'

red 80 ◦ green 91 ◦ blue 252

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

Shades of Neon Blue #505BFC

Tints of Neon Blue #505BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.57%

R = 18.91%
G = 21.51%
B = 59.57%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#505BFC (or 0x505BFC) is known color: Neon Blue. HEX triplet: 50, 5B and FC. RGB value is (80,91,252). Sum of RGB (Red+Green+Blue) = 80+91+252=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #505BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505BFC is #AFA403. Grayscale: #696969. Windows color (decimal): -11510788 or 16538448. OLE color: 16538448.

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

Color convert

RGB 80 91 252 -
CMYK 0.68 0.64 0 0.01
HSL 236.16º 0.97% 0.65% -
HSV(B) 236.16º 0.68% 0.99% -
XYZ 24.62 16.22 93.93 -
YUV 106.07 210.36 109.41 -
System Red Green Blue C M Y K H S L
Decimal 80 91 252 0.68 0.64 0 0.01 236.16 0.97 0.65
Hex 50 5B FC 44 40 0 1 EC 61 41
Octal 120 133 374 104 100 0 1 354 141 101
Binary 1010000 1011011 11111100 1000100 1000000 0 1 11101100 1100001 1000001

Color Harmonies of #505BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505BFC

Black with #505BFC

Text Example


Text Example

White with #505BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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