Html Css Color HEX #4748FB Neon Blue

📋 copy color: '#4748FB'

red 71 ◦ green 72 ◦ blue 251

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

Shades of Neon Blue #4748FB

Tints of Neon Blue #4748FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 18.02%
G = 18.27%
B = 63.71%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4748FB (or 0x4748FB) is known color: Neon Blue. HEX triplet: 47, 48 and FB. RGB value is (71,72,251). Sum of RGB (Red+Green+Blue) = 71+72+251=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #4748FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4748FB is #B8B704. Grayscale: #5B5B5B. Windows color (decimal): -12105477 or 16468039. OLE color: 16468039.

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

Color convert

RGB 71 72 251 -
CMYK 0.72 0.71 0 0.02
HSL 239.67º 0.96% 0.63% -
HSV(B) 239.67º 0.72% 0.98% -
XYZ 22.33 12.94 92.59 -
YUV 92.11 217.67 112.95 -
System Red Green Blue C M Y K H S L
Decimal 71 72 251 0.72 0.71 0 0.02 239.67 0.96 0.63
Hex 47 48 FB 48 47 0 2 F0 60 3F
Octal 107 110 373 110 107 0 2 360 140 77
Binary 1000111 1001000 11111011 1001000 1000111 0 10 11110000 1100000 111111

Color Harmonies of #4748FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4748FB

Black with #4748FB

Text Example


Text Example

White with #4748FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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