Html Css Color HEX #4957F7 Neon Blue

📋 copy color: '#4957F7'

red 73 ◦ green 87 ◦ blue 247

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

Shades of Neon Blue #4957F7

Tints of Neon Blue #4957F7

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

 BLUE value IS 247 (96.88% from 255) = 60.69%

R = 17.94%
G = 21.38%
B = 60.69%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4957F7 (or 0x4957F7) is known color: Neon Blue. HEX triplet: 49, 57 and F7. RGB value is (73,87,247). Sum of RGB (Red+Green+Blue) = 73+87+247=407 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.94% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 247 (96.88% from 255 or 60.69% from 407); Max value from RGB is 247 - color contains mainly: blue. Hex color #4957F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4957F7 is #B6A808. Grayscale: #646464. Windows color (decimal): -11970569 or 16209737. OLE color: 16209737.

HSL color Cylindrical-coordinate representation of color #4957F7: hue angle of 235.17º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4957F7 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 87 247 -
CMYK 0.70 0.65 0 0.03
HSL 235.17º 0.92% 0.63% -
HSV(B) 235.17º 0.7% 0.97% -
XYZ 22.94 14.95 89.67 -
YUV 101.05 210.36 107.99 -
System Red Green Blue C M Y K H S L
Decimal 73 87 247 0.70 0.65 0 0.03 235.17 0.92 0.63
Hex 49 57 F7 46 41 0 3 EB 5C 3F
Octal 111 127 367 106 101 0 3 353 134 77
Binary 1001001 1010111 11110111 1000110 1000001 0 11 11101011 1011100 111111

Color Harmonies of #4957F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4957F7

Black with #4957F7

Text Example


Text Example

White with #4957F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4957F7; }

 p { color: rgb(73,87,247); }

 H1.HeaderClassName
 {
   color: #4957F7;
 }
 .AnyTagClassName
 {
   color: #4957F7;
 }
</style>

background-color css

<style>
 a { background-color: #4957F7; }

 a { background-color: rgb(73,87,247); }

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

border-color css

<style>
 span { border-color: #4957F7; }

 span { border-color: rgb(73,87,247); }

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