Html Css Color HEX #4748FD Neon Blue

📋 copy color: '#4748FD'

red 71 ◦ green 72 ◦ blue 253

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

Shades of Neon Blue #4748FD

Tints of Neon Blue #4748FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 17.93%
G = 18.18%
B = 63.89%

CMYK

 C value IS 0.72

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4748FD (or 0x4748FD) is known color: Neon Blue. HEX triplet: 47, 48 and FD. RGB value is (71,72,253). Sum of RGB (Red+Green+Blue) = 71+72+253=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #4748FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4748FD is #B8B702. Grayscale: #5B5B5B. Windows color (decimal): -12105475 or 16599111. OLE color: 16599111.

HSL color Cylindrical-coordinate representation of color #4748FD: hue angle of 239.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4748FD is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 72 253 -
CMYK 0.72 0.72 0 0.01
HSL 239.67º 0.98% 0.64% -
HSV(B) 239.67º 0.72% 0.99% -
XYZ 22.65 13.07 94.26 -
YUV 92.34 218.67 112.78 -
System Red Green Blue C M Y K H S L
Decimal 71 72 253 0.72 0.72 0 0.01 239.67 0.98 0.64
Hex 47 48 FD 48 48 0 1 F0 62 40
Octal 107 110 375 110 110 0 1 360 142 100
Binary 1000111 1001000 11111101 1001000 1001000 0 1 11110000 1100010 1000000

Color Harmonies of #4748FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748FD

Black with #4748FD

Text Example


Text Example

White with #4748FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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