Html Css Color HEX #4957FF Neon Blue

📋 copy color: '#4957FF'

red 73 ◦ green 87 ◦ blue 255

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

Shades of Neon Blue #4957FF

Tints of Neon Blue #4957FF

RGB

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

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

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

R = 17.59%
G = 20.96%
B = 61.45%

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

#4957FF (or 0x4957FF) is known color: Neon Blue. HEX triplet: 49, 57 and FF. RGB value is (73,87,255). Sum of RGB (Red+Green+Blue) = 73+87+255=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #4957FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4957FF is #B6A800. Grayscale: #656565. Windows color (decimal): -11970561 or 16734025. OLE color: 16734025.

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

Color convert

RGB 73 87 255 -
CMYK 0.71 0.66 0 0
HSL 235.38º 1% 0.64% -
HSV(B) 235.38º 0.71% 1% -
XYZ 24.21 15.45 96.31 -
YUV 101.97 214.36 107.34 -
System Red Green Blue C M Y K H S L
Decimal 73 87 255 0.71 0.66 0 0 235.38 1 0.64
Hex 49 57 FF 47 42 0 0 EB 64 40
Octal 111 127 377 107 102 0 0 353 144 100
Binary 1001001 1010111 11111111 1000111 1000010 0 0 11101011 1100100 1000000

Color Harmonies of #4957FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4957FF

Black with #4957FF

Text Example


Text Example

White with #4957FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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