Html Css Color HEX #4748FE Neon Blue

📋 copy color: '#4748FE'

red 71 ◦ green 72 ◦ blue 254

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

Shades of Neon Blue #4748FE

Tints of Neon Blue #4748FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

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

R = 17.88%
G = 18.14%
B = 63.98%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4748FE (or 0x4748FE) is known color: Neon Blue. HEX triplet: 47, 48 and FE. RGB value is (71,72,254). Sum of RGB (Red+Green+Blue) = 71+72+254=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #4748FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4748FE is #B8B701. Grayscale: #5B5B5B. Windows color (decimal): -12105474 or 16664647. OLE color: 16664647.

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

Color convert

RGB 71 72 254 -
CMYK 0.72 0.72 0 0.00
HSL 239.67º 0.99% 0.64% -
HSV(B) 239.67º 0.72% 1% -
XYZ 22.81 13.13 95.1 -
YUV 92.45 219.17 112.7 -
System Red Green Blue C M Y K H S L
Decimal 71 72 254 0.72 0.72 0 0.00 239.67 0.99 0.64
Hex 47 48 FE 48 48 0 0 F0 63 40
Octal 107 110 376 110 110 0 0 360 143 100
Binary 1000111 1001000 11111110 1001000 1001000 0 0 11110000 1100011 1000000

Color Harmonies of #4748FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748FE

Black with #4748FE

Text Example


Text Example

White with #4748FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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