Html Css Color HEX #4740F3 Neon Blue

📋 copy color: '#4740F3'

red 71 ◦ green 64 ◦ blue 243

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

Shades of Neon Blue #4740F3

Tints of Neon Blue #4740F3

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

 BLUE value IS 243 (95.31% from 255) = 64.29%

R = 18.78%
G = 16.93%
B = 64.29%

CMYK

 C value IS 0.71

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4740F3 (or 0x4740F3) is known color: Neon Blue. HEX triplet: 47, 40 and F3. RGB value is (71,64,243). Sum of RGB (Red+Green+Blue) = 71+64+243=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 243 (95.31% from 255 or 64.29% from 378); Max value from RGB is 243 - color contains mainly: blue. Hex color #4740F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4740F3 is #B8BF0C. Grayscale: #555555. Windows color (decimal): -12107533 or 15941703. OLE color: 15941703.

HSL color Cylindrical-coordinate representation of color #4740F3: hue angle of 242.35º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4740F3 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 64 243 -
CMYK 0.71 0.74 0 0.05
HSL 242.35º 0.88% 0.6% -
HSV(B) 242.35º 0.74% 0.95% -
XYZ 20.61 11.48 85.92 -
YUV 86.5 216.32 116.95 -
System Red Green Blue C M Y K H S L
Decimal 71 64 243 0.71 0.74 0 0.05 242.35 0.88 0.6
Hex 47 40 F3 47 4A 0 5 F2 58 3C
Octal 107 100 363 107 112 0 5 362 130 74
Binary 1000111 1000000 11110011 1000111 1001010 0 101 11110010 1011000 111100

Color Harmonies of #4740F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740F3

Black with #4740F3

Text Example


Text Example

White with #4740F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4740F3; }

 p { color: rgb(71,64,243); }

 H1.HeaderClassName
 {
   color: #4740F3;
 }
 .AnyTagClassName
 {
   color: #4740F3;
 }
</style>

background-color css

<style>
 a { background-color: #4740F3; }

 a { background-color: rgb(71,64,243); }

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

border-color css

<style>
 span { border-color: #4740F3; }

 span { border-color: rgb(71,64,243); }

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