Html Css Color HEX #4D64FD Neon Blue

📋 copy color: '#4D64FD'

red 77 ◦ green 100 ◦ blue 253

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

Shades of Neon Blue #4D64FD

Tints of Neon Blue #4D64FD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.26%

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 17.91%
G = 23.26%
B = 58.84%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D64FD (or 0x4D64FD) is known color: Neon Blue. HEX triplet: 4D, 64 and FD. RGB value is (77,100,253). Sum of RGB (Red+Green+Blue) = 77+100+253=430 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.91% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D64FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D64FD is #B29B02. Grayscale: #6D6D6D. Windows color (decimal): -11705091 or 16606285. OLE color: 16606285.

HSL color Cylindrical-coordinate representation of color #4D64FD: hue angle of 232.16º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D64FD is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 100 253 -
CMYK 0.70 0.60 0 0.01
HSL 232.16º 0.98% 0.65% -
HSV(B) 232.16º 0.7% 0.99% -
XYZ 25.35 17.78 95.03 -
YUV 110.57 208.38 104.06 -
System Red Green Blue C M Y K H S L
Decimal 77 100 253 0.70 0.60 0 0.01 232.16 0.98 0.65
Hex 4D 64 FD 46 3C 0 1 E8 62 41
Octal 115 144 375 106 74 0 1 350 142 101
Binary 1001101 1100100 11111101 1000110 111100 0 1 11101000 1100010 1000001

Color Harmonies of #4D64FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D64FD

Black with #4D64FD

Text Example


Text Example

White with #4D64FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,100,253); }

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

background-color css

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

 a { background-color: rgb(77,100,253); }

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

border-color css

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

 span { border-color: rgb(77,100,253); }

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