Html Css Color HEX #4C4DFA Neon Blue

📋 copy color: '#4C4DFA'

red 76 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #4C4DFA

Tints of Neon Blue #4C4DFA

RGB

 RED value IS 76 (30.08% from 255) = 18.86%

 GREEN value IS 77 (30.47% from 255) = 19.11%

 BLUE value IS 250 (98.05% from 255) = 62.03%

R = 18.86%
G = 19.11%
B = 62.03%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C4DFA (or 0x4C4DFA) is known color: Neon Blue. HEX triplet: 4C, 4D and FA. RGB value is (76,77,250). Sum of RGB (Red+Green+Blue) = 76+77+250=403 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.86% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C4DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C4DFA is #B3B205. Grayscale: #5F5F5F. Windows color (decimal): -11776518 or 16403788. OLE color: 16403788.

HSL color Cylindrical-coordinate representation of color #4C4DFA: hue angle of 239.66º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C4DFA is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 77 250 -
CMYK 0.70 0.69 0 0.02
HSL 239.66º 0.95% 0.64% -
HSV(B) 239.66º 0.7% 0.98% -
XYZ 22.89 13.75 91.89 -
YUV 96.42 214.67 113.43 -
System Red Green Blue C M Y K H S L
Decimal 76 77 250 0.70 0.69 0 0.02 239.66 0.95 0.64
Hex 4C 4D FA 46 45 0 2 F0 5F 40
Octal 114 115 372 106 105 0 2 360 137 100
Binary 1001100 1001101 11111010 1000110 1000101 0 10 11110000 1011111 1000000

Color Harmonies of #4C4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4DFA

Black with #4C4DFA

Text Example


Text Example

White with #4C4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,77,250); }

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

background-color css

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

 a { background-color: rgb(76,77,250); }

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

border-color css

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

 span { border-color: rgb(76,77,250); }

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