Html Css Color HEX #4755FF Neon Blue

📋 copy color: '#4755FF'

red 71 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #4755FF

Tints of Neon Blue #4755FF

RGB

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

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

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

R = 17.27%
G = 20.68%
B = 62.04%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4755FF (or 0x4755FF) is known color: Neon Blue. HEX triplet: 47, 55 and FF. RGB value is (71,85,255). Sum of RGB (Red+Green+Blue) = 71+85+255=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #4755FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4755FF is #B8AA00. Grayscale: #636363. Windows color (decimal): -12102145 or 16733511. OLE color: 16733511.

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

Color convert

RGB 71 85 255 -
CMYK 0.72 0.67 0 0
HSL 235.43º 1% 0.64% -
HSV(B) 235.43º 0.72% 1% -
XYZ 23.9 15.06 96.25 -
YUV 100.19 215.36 107.18 -
System Red Green Blue C M Y K H S L
Decimal 71 85 255 0.72 0.67 0 0 235.43 1 0.64
Hex 47 55 FF 48 43 0 0 EB 64 40
Octal 107 125 377 110 103 0 0 353 144 100
Binary 1000111 1010101 11111111 1001000 1000011 0 0 11101011 1100100 1000000

Color Harmonies of #4755FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755FF

Black with #4755FF

Text Example


Text Example

White with #4755FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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