Html Css Color HEX #4955EF Neon Blue

📋 copy color: '#4955EF'

red 73 ◦ green 85 ◦ blue 239

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

Shades of Neon Blue #4955EF

Tints of Neon Blue #4955EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 239 (93.75% from 255) = 60.2%

R = 18.39%
G = 21.41%
B = 60.2%

CMYK

 C value IS 0.69

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4955EF (or 0x4955EF) is known color: Neon Blue. HEX triplet: 49, 55 and EF. RGB value is (73,85,239). Sum of RGB (Red+Green+Blue) = 73+85+239=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #4955EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4955EF is #B6AA10. Grayscale: #626262. Windows color (decimal): -11971089 or 15684937. OLE color: 15684937.

HSL color Cylindrical-coordinate representation of color #4955EF: hue angle of 235.66º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4955EF is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 85 239 -
CMYK 0.69 0.64 0 0.06
HSL 235.66º 0.84% 0.61% -
HSV(B) 235.66º 0.69% 0.94% -
XYZ 21.58 14.15 83.25 -
YUV 98.97 207.02 109.48 -
System Red Green Blue C M Y K H S L
Decimal 73 85 239 0.69 0.64 0 0.06 235.66 0.84 0.61
Hex 49 55 EF 45 40 0 6 EC 54 3D
Octal 111 125 357 105 100 0 6 354 124 75
Binary 1001001 1010101 11101111 1000101 1000000 0 110 11101100 1010100 111101

Color Harmonies of #4955EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4955EF

Black with #4955EF

Text Example


Text Example

White with #4955EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4955EF; }

 p { color: rgb(73,85,239); }

 H1.HeaderClassName
 {
   color: #4955EF;
 }
 .AnyTagClassName
 {
   color: #4955EF;
 }
</style>

background-color css

<style>
 a { background-color: #4955EF; }

 a { background-color: rgb(73,85,239); }

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

border-color css

<style>
 span { border-color: #4955EF; }

 span { border-color: rgb(73,85,239); }

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