Html Css Color HEX #4A64FF Neon Blue

📋 copy color: '#4A64FF'

red 74 ◦ green 100 ◦ blue 255

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

Shades of Neon Blue #4A64FF

Tints of Neon Blue #4A64FF

RGB

 RED value IS 74 (29.3% from 255) = 17.25%

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

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

R = 17.25%
G = 23.31%
B = 59.44%

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

#4A64FF (or 0x4A64FF) is known color: Neon Blue. HEX triplet: 4A, 64 and FF. RGB value is (74,100,255). Sum of RGB (Red+Green+Blue) = 74+100+255=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #4A64FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A64FF is #B59B00. Grayscale: #6D6D6D. Windows color (decimal): -11901697 or 16737354. OLE color: 16737354.

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

Color convert

RGB 74 100 255 -
CMYK 0.71 0.61 0 0
HSL 231.38º 1% 0.65% -
HSV(B) 231.38º 0.71% 1% -
XYZ 25.43 17.79 96.7 -
YUV 109.9 209.89 102.4 -
System Red Green Blue C M Y K H S L
Decimal 74 100 255 0.71 0.61 0 0 231.38 1 0.65
Hex 4A 64 FF 47 3D 0 0 E7 64 41
Octal 112 144 377 107 75 0 0 347 144 101
Binary 1001010 1100100 11111111 1000111 111101 0 0 11100111 1100100 1000001

Color Harmonies of #4A64FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A64FF

Black with #4A64FF

Text Example


Text Example

White with #4A64FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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