Html Css Color HEX #505AFC Neon Blue

📋 copy color: '#505AFC'

red 80 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #505AFC

Tints of Neon Blue #505AFC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

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

R = 18.96%
G = 21.33%
B = 59.72%

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

#505AFC (or 0x505AFC) is known color: Neon Blue. HEX triplet: 50, 5A and FC. RGB value is (80,90,252). Sum of RGB (Red+Green+Blue) = 80+90+252=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #505AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AFC is #AFA503. Grayscale: #686868. Windows color (decimal): -11511044 or 16538192. OLE color: 16538192.

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

Color convert

RGB 80 90 252 -
CMYK 0.68 0.64 0 0.01
HSL 236.51º 0.97% 0.65% -
HSV(B) 236.51º 0.68% 0.99% -
XYZ 24.54 16.05 93.9 -
YUV 105.48 210.69 109.83 -
System Red Green Blue C M Y K H S L
Decimal 80 90 252 0.68 0.64 0 0.01 236.51 0.97 0.65
Hex 50 5A FC 44 40 0 1 ED 61 41
Octal 120 132 374 104 100 0 1 355 141 101
Binary 1010000 1011010 11111100 1000100 1000000 0 1 11101101 1100001 1000001

Color Harmonies of #505AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AFC

Black with #505AFC

Text Example


Text Example

White with #505AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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