Html Css Color HEX #4D64F9 Neon Blue

📋 copy color: '#4D64F9'

red 77 ◦ green 100 ◦ blue 249

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

Shades of Neon Blue #4D64F9

Tints of Neon Blue #4D64F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.45%

R = 18.08%
G = 23.47%
B = 58.45%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D64F9 (or 0x4D64F9) is known color: Neon Blue. HEX triplet: 4D, 64 and F9. RGB value is (77,100,249). Sum of RGB (Red+Green+Blue) = 77+100+249=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #4D64F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D64F9 is #B29B06. Grayscale: #6D6D6D. Windows color (decimal): -11705095 or 16344141. OLE color: 16344141.

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

Color convert

RGB 77 100 249 -
CMYK 0.69 0.60 0 0.02
HSL 231.98º 0.93% 0.64% -
HSV(B) 231.98º 0.69% 0.98% -
XYZ 24.72 17.53 91.7 -
YUV 110.11 206.38 104.38 -
System Red Green Blue C M Y K H S L
Decimal 77 100 249 0.69 0.60 0 0.02 231.98 0.93 0.64
Hex 4D 64 F9 45 3C 0 2 E8 5D 40
Octal 115 144 371 105 74 0 2 350 135 100
Binary 1001101 1100100 11111001 1000101 111100 0 10 11101000 1011101 1000000

Color Harmonies of #4D64F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D64F9

Black with #4D64F9

Text Example


Text Example

White with #4D64F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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