Html Css Color HEX #505CFE Neon Blue

📋 copy color: '#505CFE'

red 80 ◦ green 92 ◦ blue 254

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

Shades of Neon Blue #505CFE

Tints of Neon Blue #505CFE

RGB

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

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

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

R = 18.78%
G = 21.6%
B = 59.62%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#505CFE (or 0x505CFE) is known color: Neon Blue. HEX triplet: 50, 5C and FE. RGB value is (80,92,254). Sum of RGB (Red+Green+Blue) = 80+92+254=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #505CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CFE is #AFA301. Grayscale: #6A6A6A. Windows color (decimal): -11510530 or 16669776. OLE color: 16669776.

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

Color convert

RGB 80 92 254 -
CMYK 0.69 0.64 0 0.00
HSL 235.86º 0.99% 0.65% -
HSV(B) 235.86º 0.69% 1% -
XYZ 25.02 16.52 95.63 -
YUV 106.88 211.02 108.83 -
System Red Green Blue C M Y K H S L
Decimal 80 92 254 0.69 0.64 0 0.00 235.86 0.99 0.65
Hex 50 5C FE 45 40 0 0 EC 63 41
Octal 120 134 376 105 100 0 0 354 143 101
Binary 1010000 1011100 11111110 1000101 1000000 0 0 11101100 1100011 1000001

Color Harmonies of #505CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CFE

Black with #505CFE

Text Example


Text Example

White with #505CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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