Html Css Color HEX #4956FF Neon Blue

📋 copy color: '#4956FF'

red 73 ◦ green 86 ◦ blue 255

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

Shades of Neon Blue #4956FF

Tints of Neon Blue #4956FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.77%

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

R = 17.63%
G = 20.77%
B = 61.59%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4956FF (or 0x4956FF) is known color: Neon Blue. HEX triplet: 49, 56 and FF. RGB value is (73,86,255). Sum of RGB (Red+Green+Blue) = 73+86+255=414 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.63% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #4956FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4956FF is #B6A900. Grayscale: #646464. Windows color (decimal): -11970817 or 16733769. OLE color: 16733769.

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

Color convert

RGB 73 86 255 -
CMYK 0.71 0.66 0 0
HSL 235.71º 1% 0.64% -
HSV(B) 235.71º 0.71% 1% -
XYZ 24.13 15.29 96.29 -
YUV 101.38 214.69 107.76 -
System Red Green Blue C M Y K H S L
Decimal 73 86 255 0.71 0.66 0 0 235.71 1 0.64
Hex 49 56 FF 47 42 0 0 EC 64 40
Octal 111 126 377 107 102 0 0 354 144 100
Binary 1001001 1010110 11111111 1000111 1000010 0 0 11101100 1100100 1000000

Color Harmonies of #4956FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4956FF

Black with #4956FF

Text Example


Text Example

White with #4956FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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