Html Css Color HEX #4D64FF Neon Blue

📋 copy color: '#4D64FF'

red 77 ◦ green 100 ◦ blue 255

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

Shades of Neon Blue #4D64FF

Tints of Neon Blue #4D64FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 17.82%
G = 23.15%
B = 59.03%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4D64FF (or 0x4D64FF) is known color: Neon Blue. HEX triplet: 4D, 64 and FF. RGB value is (77,100,255). Sum of RGB (Red+Green+Blue) = 77+100+255=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D64FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D64FF is #B29B00. Grayscale: #6E6E6E. Windows color (decimal): -11705089 or 16737357. OLE color: 16737357.

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

Color convert

RGB 77 100 255 -
CMYK 0.70 0.61 0 0
HSL 232.25º 1% 0.65% -
HSV(B) 232.25º 0.7% 1% -
XYZ 25.67 17.91 96.71 -
YUV 110.79 209.38 103.9 -
System Red Green Blue C M Y K H S L
Decimal 77 100 255 0.70 0.61 0 0 232.25 1 0.65
Hex 4D 64 FF 46 3D 0 0 E8 64 41
Octal 115 144 377 106 75 0 0 350 144 101
Binary 1001101 1100100 11111111 1000110 111101 0 0 11101000 1100100 1000001

Color Harmonies of #4D64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D64FF

Black with #4D64FF

Text Example


Text Example

White with #4D64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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