Html Css Color HEX #505FFE Neon Blue

📋 copy color: '#505FFE'

red 80 ◦ green 95 ◦ blue 254

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

Shades of Neon Blue #505FFE

Tints of Neon Blue #505FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.14%

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

R = 18.65%
G = 22.14%
B = 59.21%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#505FFE (or 0x505FFE) is known color: Neon Blue. HEX triplet: 50, 5F and FE. RGB value is (80,95,254). Sum of RGB (Red+Green+Blue) = 80+95+254=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #505FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505FFE is #AFA001. Grayscale: #6B6B6B. Windows color (decimal): -11509762 or 16670544. OLE color: 16670544.

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

Color convert

RGB 80 95 254 -
CMYK 0.69 0.63 0 0.00
HSL 234.83º 0.99% 0.65% -
HSV(B) 234.83º 0.69% 1% -
XYZ 25.29 17.05 95.72 -
YUV 108.64 210.03 107.57 -
System Red Green Blue C M Y K H S L
Decimal 80 95 254 0.69 0.63 0 0.00 234.83 0.99 0.65
Hex 50 5F FE 45 3F 0 0 EB 63 41
Octal 120 137 376 105 77 0 0 353 143 101
Binary 1010000 1011111 11111110 1000101 111111 0 0 11101011 1100011 1000001

Color Harmonies of #505FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FFE

Black with #505FFE

Text Example


Text Example

White with #505FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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