Html Css Color HEX #4755F5 Neon Blue

📋 copy color: '#4755F5'

red 71 ◦ green 85 ◦ blue 245

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

Shades of Neon Blue #4755F5

Tints of Neon Blue #4755F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 61.1%

R = 17.71%
G = 21.2%
B = 61.1%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4755F5 (or 0x4755F5) is known color: Neon Blue. HEX triplet: 47, 55 and F5. RGB value is (71,85,245). Sum of RGB (Red+Green+Blue) = 71+85+245=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 245 (96.09% from 255 or 61.10% from 401); Max value from RGB is 245 - color contains mainly: blue. Hex color #4755F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4755F5 is #B8AA0A. Grayscale: #626262. Windows color (decimal): -12102155 or 16078151. OLE color: 16078151.

HSL color Cylindrical-coordinate representation of color #4755F5: hue angle of 235.17º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4755F5 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 85 245 -
CMYK 0.71 0.65 0 0.04
HSL 235.17º 0.9% 0.62% -
HSV(B) 235.17º 0.71% 0.96% -
XYZ 22.33 14.43 87.99 -
YUV 99.05 210.36 107.99 -
System Red Green Blue C M Y K H S L
Decimal 71 85 245 0.71 0.65 0 0.04 235.17 0.9 0.62
Hex 47 55 F5 47 41 0 4 EB 5A 3E
Octal 107 125 365 107 101 0 4 353 132 76
Binary 1000111 1010101 11110101 1000111 1000001 0 100 11101011 1011010 111110

Color Harmonies of #4755F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4755F5

Black with #4755F5

Text Example


Text Example

White with #4755F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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