Html Css Color HEX #505AFE Neon Blue

📋 copy color: '#505AFE'

red 80 ◦ green 90 ◦ blue 254

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

Shades of Neon Blue #505AFE

Tints of Neon Blue #505AFE

RGB

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

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

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

R = 18.87%
G = 21.23%
B = 59.91%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#505AFE (or 0x505AFE) is known color: Neon Blue. HEX triplet: 50, 5A and FE. RGB value is (80,90,254). Sum of RGB (Red+Green+Blue) = 80+90+254=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #505AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505AFE is #AFA501. Grayscale: #696969. Windows color (decimal): -11511042 or 16669264. OLE color: 16669264.

HSL color Cylindrical-coordinate representation of color #505AFE: hue angle of 236.55º 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 #505AFE is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 90 254 -
CMYK 0.69 0.65 0 0.00
HSL 236.55º 0.99% 0.65% -
HSV(B) 236.55º 0.69% 1% -
XYZ 24.85 16.17 95.58 -
YUV 105.71 211.69 109.66 -
System Red Green Blue C M Y K H S L
Decimal 80 90 254 0.69 0.65 0 0.00 236.55 0.99 0.65
Hex 50 5A FE 45 41 0 0 ED 63 41
Octal 120 132 376 105 101 0 0 355 143 101
Binary 1010000 1011010 11111110 1000101 1000001 0 0 11101101 1100011 1000001

Color Harmonies of #505AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505AFE

Black with #505AFE

Text Example


Text Example

White with #505AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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