Html Css Color HEX #505EFC Neon Blue

📋 copy color: '#505EFC'

red 80 ◦ green 94 ◦ blue 252

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

Shades of Neon Blue #505EFC

Tints of Neon Blue #505EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

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

R = 18.78%
G = 22.07%
B = 59.15%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#505EFC (or 0x505EFC) is known color: Neon Blue. HEX triplet: 50, 5E and FC. RGB value is (80,94,252). Sum of RGB (Red+Green+Blue) = 80+94+252=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #505EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505EFC is #AFA103. Grayscale: #6B6B6B. Windows color (decimal): -11510020 or 16539216. OLE color: 16539216.

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

Color convert

RGB 80 94 252 -
CMYK 0.68 0.63 0 0.01
HSL 235.12º 0.97% 0.65% -
HSV(B) 235.12º 0.68% 0.99% -
XYZ 24.88 16.74 94.02 -
YUV 107.83 209.36 108.15 -
System Red Green Blue C M Y K H S L
Decimal 80 94 252 0.68 0.63 0 0.01 235.12 0.97 0.65
Hex 50 5E FC 44 3F 0 1 EB 61 41
Octal 120 136 374 104 77 0 1 353 141 101
Binary 1010000 1011110 11111100 1000100 111111 0 1 11101011 1100001 1000001

Color Harmonies of #505EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EFC

Black with #505EFC

Text Example


Text Example

White with #505EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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