Html Css Color HEX #4756FF Neon Blue

📋 copy color: '#4756FF'

red 71 ◦ green 86 ◦ blue 255

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

Shades of Neon Blue #4756FF

Tints of Neon Blue #4756FF

RGB

 RED value IS 71 (28.13% from 255) = 17.23%

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

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

R = 17.23%
G = 20.87%
B = 61.89%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4756FF (or 0x4756FF) is known color: Neon Blue. HEX triplet: 47, 56 and FF. RGB value is (71,86,255). Sum of RGB (Red+Green+Blue) = 71+86+255=412 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.23% from 412); Green value is 86 (33.98% from 255 or 20.87% 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 #4756FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4756FF is #B8A900. Grayscale: #646464. Windows color (decimal): -12101889 or 16733767. OLE color: 16733767.

HSL color Cylindrical-coordinate representation of color #4756FF: hue angle of 235.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4756FF is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 86 255 -
CMYK 0.72 0.66 0 0
HSL 235.11º 1% 0.64% -
HSV(B) 235.11º 0.72% 1% -
XYZ 23.98 15.22 96.28 -
YUV 100.78 215.03 106.76 -
System Red Green Blue C M Y K H S L
Decimal 71 86 255 0.72 0.66 0 0 235.11 1 0.64
Hex 47 56 FF 48 42 0 0 EB 64 40
Octal 107 126 377 110 102 0 0 353 144 100
Binary 1000111 1010110 11111111 1001000 1000010 0 0 11101011 1100100 1000000

Color Harmonies of #4756FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4756FF

Black with #4756FF

Text Example


Text Example

White with #4756FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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