Html Css Color HEX #4750FE Neon Blue

📋 copy color: '#4750FE'

red 71 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #4750FE

Tints of Neon Blue #4750FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.72%

R = 17.53%
G = 19.75%
B = 62.72%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4750FE (or 0x4750FE) is known color: Neon Blue. HEX triplet: 47, 50 and FE. RGB value is (71,80,254). Sum of RGB (Red+Green+Blue) = 71+80+254=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #4750FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4750FE is #B8AF01. Grayscale: #606060. Windows color (decimal): -12103426 or 16666695. OLE color: 16666695.

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

Color convert

RGB 71 80 254 -
CMYK 0.72 0.69 0 0.00
HSL 237.05º 0.99% 0.64% -
HSV(B) 237.05º 0.72% 1% -
XYZ 23.36 14.23 95.28 -
YUV 97.15 216.52 109.35 -
System Red Green Blue C M Y K H S L
Decimal 71 80 254 0.72 0.69 0 0.00 237.05 0.99 0.64
Hex 47 50 FE 48 45 0 0 ED 63 40
Octal 107 120 376 110 105 0 0 355 143 100
Binary 1000111 1010000 11111110 1001000 1000101 0 0 11101101 1100011 1000000

Color Harmonies of #4750FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4750FE

Black with #4750FE

Text Example


Text Example

White with #4750FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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