Html Css Color HEX #505CED Neon Blue

📋 copy color: '#505CED'

red 80 ◦ green 92 ◦ blue 237

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

Shades of Neon Blue #505CED

Tints of Neon Blue #505CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 19.56%
G = 22.49%
B = 57.95%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#505CED (or 0x505CED) is known color: Neon Blue. HEX triplet: 50, 5C and ED. RGB value is (80,92,237). Sum of RGB (Red+Green+Blue) = 80+92+237=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #505CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505CED is #AFA312. Grayscale: #686868. Windows color (decimal): -11510547 or 15555664. OLE color: 15555664.

HSL color Cylindrical-coordinate representation of color #505CED: hue angle of 235.41º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #505CED is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 92 237 -
CMYK 0.66 0.61 0 0.07
HSL 235.41º 0.81% 0.62% -
HSV(B) 235.41º 0.66% 0.93% -
XYZ 22.42 15.47 81.93 -
YUV 104.94 202.52 110.21 -
System Red Green Blue C M Y K H S L
Decimal 80 92 237 0.66 0.61 0 0.07 235.41 0.81 0.62
Hex 50 5C ED 42 3D 0 7 EB 51 3E
Octal 120 134 355 102 75 0 7 353 121 76
Binary 1010000 1011100 11101101 1000010 111101 0 111 11101011 1010001 111110

Color Harmonies of #505CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CED

Black with #505CED

Text Example


Text Example

White with #505CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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