Html Css Color HEX #4D4FFC Neon Blue

📋 copy color: '#4D4FFC'

red 77 ◦ green 79 ◦ blue 252

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

Shades of Neon Blue #4D4FFC

Tints of Neon Blue #4D4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

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

R = 18.87%
G = 19.36%
B = 61.76%

CMYK

 C value IS 0.69

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D4FFC (or 0x4D4FFC) is known color: Neon Blue. HEX triplet: 4D, 4F and FC. RGB value is (77,79,252). Sum of RGB (Red+Green+Blue) = 77+79+252=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D4FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4FFC is #B2B003. Grayscale: #616161. Windows color (decimal): -11710468 or 16535373. OLE color: 16535373.

HSL color Cylindrical-coordinate representation of color #4D4FFC: hue angle of 239.31º 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 #4D4FFC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 79 252 -
CMYK 0.69 0.69 0 0.01
HSL 239.31º 0.97% 0.65% -
HSV(B) 239.31º 0.69% 0.99% -
XYZ 23.43 14.2 93.6 -
YUV 98.12 214.84 112.93 -
System Red Green Blue C M Y K H S L
Decimal 77 79 252 0.69 0.69 0 0.01 239.31 0.97 0.65
Hex 4D 4F FC 45 45 0 1 EF 61 41
Octal 115 117 374 105 105 0 1 357 141 101
Binary 1001101 1001111 11111100 1000101 1000101 0 1 11101111 1100001 1000001

Color Harmonies of #4D4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4FFC

Black with #4D4FFC

Text Example


Text Example

White with #4D4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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