Html Css Color HEX #4750FF Neon Blue

📋 copy color: '#4750FF'

red 71 ◦ green 80 ◦ blue 255

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

Shades of Neon Blue #4750FF

Tints of Neon Blue #4750FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.7%

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

R = 17.49%
G = 19.7%
B = 62.81%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4750FF (or 0x4750FF) is known color: Neon Blue. HEX triplet: 47, 50 and FF. RGB value is (71,80,255). Sum of RGB (Red+Green+Blue) = 71+80+255=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #4750FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4750FF is #B8AF00. Grayscale: #606060. Windows color (decimal): -12103425 or 16732231. OLE color: 16732231.

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

Color convert

RGB 71 80 255 -
CMYK 0.72 0.69 0 0
HSL 237.07º 1% 0.64% -
HSV(B) 237.07º 0.72% 1% -
XYZ 23.52 14.3 96.13 -
YUV 97.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 71 80 255 0.72 0.69 0 0 237.07 1 0.64
Hex 47 50 FF 48 45 0 0 ED 64 40
Octal 107 120 377 110 105 0 0 355 144 100
Binary 1000111 1010000 11111111 1001000 1000101 0 0 11101101 1100100 1000000

Color Harmonies of #4750FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4750FF

Black with #4750FF

Text Example


Text Example

White with #4750FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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