Html Css Color HEX #4D50FC Neon Blue

📋 copy color: '#4D50FC'

red 77 ◦ green 80 ◦ blue 252

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

Shades of Neon Blue #4D50FC

Tints of Neon Blue #4D50FC

RGB

 RED value IS 77 (30.47% from 255) = 18.83%

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

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

R = 18.83%
G = 19.56%
B = 61.61%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D50FC (or 0x4D50FC) is known color: Neon Blue. HEX triplet: 4D, 50 and FC. RGB value is (77,80,252). Sum of RGB (Red+Green+Blue) = 77+80+252=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D50FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D50FC is #B2AF03. Grayscale: #626262. Windows color (decimal): -11710212 or 16535629. OLE color: 16535629.

HSL color Cylindrical-coordinate representation of color #4D50FC: hue angle of 238.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D50FC is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 80 252 -
CMYK 0.69 0.68 0 0.01
HSL 238.97º 0.97% 0.65% -
HSV(B) 238.97º 0.69% 0.99% -
XYZ 23.5 14.34 93.63 -
YUV 98.71 214.51 112.51 -
System Red Green Blue C M Y K H S L
Decimal 77 80 252 0.69 0.68 0 0.01 238.97 0.97 0.65
Hex 4D 50 FC 45 44 0 1 EF 61 41
Octal 115 120 374 105 104 0 1 357 141 101
Binary 1001101 1010000 11111100 1000101 1000100 0 1 11101111 1100001 1000001

Color Harmonies of #4D50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D50FC

Black with #4D50FC

Text Example


Text Example

White with #4D50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D50FC; }

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

 H1.HeaderClassName
 {
   color: #4D50FC;
 }
 .AnyTagClassName
 {
   color: #4D50FC;
 }
</style>

background-color css

<style>
 a { background-color: #4D50FC; }

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

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

border-color css

<style>
 span { border-color: #4D50FC; }

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

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