Html Css Color HEX #4748FC Neon Blue

📋 copy color: '#4748FC'

red 71 ◦ green 72 ◦ blue 252

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

Shades of Neon Blue #4748FC

Tints of Neon Blue #4748FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 17.97%
G = 18.23%
B = 63.8%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4748FC (or 0x4748FC) is known color: Neon Blue. HEX triplet: 47, 48 and FC. RGB value is (71,72,252). Sum of RGB (Red+Green+Blue) = 71+72+252=395 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.97% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #4748FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4748FC is #B8B703. Grayscale: #5B5B5B. Windows color (decimal): -12105476 or 16533575. OLE color: 16533575.

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

Color convert

RGB 71 72 252 -
CMYK 0.72 0.71 0 0.01
HSL 239.67º 0.97% 0.63% -
HSV(B) 239.67º 0.72% 0.99% -
XYZ 22.49 13 93.42 -
YUV 92.22 218.17 112.86 -
System Red Green Blue C M Y K H S L
Decimal 71 72 252 0.72 0.71 0 0.01 239.67 0.97 0.63
Hex 47 48 FC 48 47 0 1 F0 61 3F
Octal 107 110 374 110 107 0 1 360 141 77
Binary 1000111 1001000 11111100 1001000 1000111 0 1 11110000 1100001 111111

Color Harmonies of #4748FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748FC

Black with #4748FC

Text Example


Text Example

White with #4748FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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