Html Css Color HEX #4954FF Neon Blue

📋 copy color: '#4954FF'

red 73 ◦ green 84 ◦ blue 255

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

Shades of Neon Blue #4954FF

Tints of Neon Blue #4954FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.39%

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

R = 17.72%
G = 20.39%
B = 61.89%

CMYK

 C value IS 0.71

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4954FF (or 0x4954FF) is known color: Neon Blue. HEX triplet: 49, 54 and FF. RGB value is (73,84,255). Sum of RGB (Red+Green+Blue) = 73+84+255=412 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.72% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #4954FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4954FF is #B6AB00. Grayscale: #636363. Windows color (decimal): -11971329 or 16733257. OLE color: 16733257.

HSL color Cylindrical-coordinate representation of color #4954FF: hue angle of 236.37º 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 #4954FF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 84 255 -
CMYK 0.71 0.67 0 0
HSL 236.37º 1% 0.64% -
HSV(B) 236.37º 0.71% 1% -
XYZ 23.97 14.98 96.24 -
YUV 100.21 215.36 108.6 -
System Red Green Blue C M Y K H S L
Decimal 73 84 255 0.71 0.67 0 0 236.37 1 0.64
Hex 49 54 FF 47 43 0 0 EC 64 40
Octal 111 124 377 107 103 0 0 354 144 100
Binary 1001001 1010100 11111111 1000111 1000011 0 0 11101100 1100100 1000000

Color Harmonies of #4954FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4954FF

Black with #4954FF

Text Example


Text Example

White with #4954FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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