Html Css Color HEX #4964FF Neon Blue

📋 copy color: '#4964FF'

red 73 ◦ green 100 ◦ blue 255

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

Shades of Neon Blue #4964FF

Tints of Neon Blue #4964FF

RGB

 RED value IS 73 (28.91% from 255) = 17.06%

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

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

R = 17.06%
G = 23.36%
B = 59.58%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4964FF (or 0x4964FF) is known color: Neon Blue. HEX triplet: 49, 64 and FF. RGB value is (73,100,255). Sum of RGB (Red+Green+Blue) = 73+100+255=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #4964FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4964FF is #B69B00. Grayscale: #6C6C6C. Windows color (decimal): -11967233 or 16737353. OLE color: 16737353.

HSL color Cylindrical-coordinate representation of color #4964FF: hue angle of 231.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4964FF is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 100 255 -
CMYK 0.71 0.61 0 0
HSL 231.1º 1% 0.64% -
HSV(B) 231.1º 0.71% 1% -
XYZ 25.35 17.75 96.7 -
YUV 109.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 73 100 255 0.71 0.61 0 0 231.1 1 0.64
Hex 49 64 FF 47 3D 0 0 E7 64 40
Octal 111 144 377 107 75 0 0 347 144 100
Binary 1001001 1100100 11111111 1000111 111101 0 0 11100111 1100100 1000000

Color Harmonies of #4964FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4964FF

Black with #4964FF

Text Example


Text Example

White with #4964FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4964FF; }

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

 H1.HeaderClassName
 {
   color: #4964FF;
 }
 .AnyTagClassName
 {
   color: #4964FF;
 }
</style>

background-color css

<style>
 a { background-color: #4964FF; }

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

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

border-color css

<style>
 span { border-color: #4964FF; }

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

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