Html Css Color HEX #4754F0 Neon Blue

📋 copy color: '#4754F0'

red 71 ◦ green 84 ◦ blue 240

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

Shades of Neon Blue #4754F0

Tints of Neon Blue #4754F0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

 BLUE value IS 240 (94.14% from 255) = 60.76%

R = 17.97%
G = 21.27%
B = 60.76%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4754F0 (or 0x4754F0) is known color: Neon Blue. HEX triplet: 47, 54 and F0. RGB value is (71,84,240). Sum of RGB (Red+Green+Blue) = 71+84+240=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 240 (94.14% from 255 or 60.76% from 395); Max value from RGB is 240 - color contains mainly: blue. Hex color #4754F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4754F0 is #B8AB0F. Grayscale: #616161. Windows color (decimal): -12102416 or 15750215. OLE color: 15750215.

HSL color Cylindrical-coordinate representation of color #4754F0: hue angle of 235.38º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4754F0 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 84 240 -
CMYK 0.70 0.65 0 0.06
HSL 235.38º 0.85% 0.61% -
HSV(B) 235.38º 0.7% 0.94% -
XYZ 21.5 13.97 84 -
YUV 97.9 208.19 108.82 -
System Red Green Blue C M Y K H S L
Decimal 71 84 240 0.70 0.65 0 0.06 235.38 0.85 0.61
Hex 47 54 F0 46 41 0 6 EB 55 3D
Octal 107 124 360 106 101 0 6 353 125 75
Binary 1000111 1010100 11110000 1000110 1000001 0 110 11101011 1010101 111101

Color Harmonies of #4754F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4754F0

Black with #4754F0

Text Example


Text Example

White with #4754F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4754F0; }

 p { color: rgb(71,84,240); }

 H1.HeaderClassName
 {
   color: #4754F0;
 }
 .AnyTagClassName
 {
   color: #4754F0;
 }
</style>

background-color css

<style>
 a { background-color: #4754F0; }

 a { background-color: rgb(71,84,240); }

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

border-color css

<style>
 span { border-color: #4754F0; }

 span { border-color: rgb(71,84,240); }

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