Html Css Color HEX #4740FE Neon Blue

📋 copy color: '#4740FE'

red 71 ◦ green 64 ◦ blue 254

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

Shades of Neon Blue #4740FE

Tints of Neon Blue #4740FE

RGB

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

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

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

R = 18.25%
G = 16.45%
B = 65.3%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4740FE (or 0x4740FE) is known color: Neon Blue. HEX triplet: 47, 40 and FE. RGB value is (71,64,254). Sum of RGB (Red+Green+Blue) = 71+64+254=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #4740FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4740FE is #B8BF01. Grayscale: #575757. Windows color (decimal): -12107522 or 16662599. OLE color: 16662599.

HSL color Cylindrical-coordinate representation of color #4740FE: hue angle of 242.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4740FE is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 64 254 -
CMYK 0.72 0.75 0 0.00
HSL 242.21º 0.99% 0.62% -
HSV(B) 242.21º 0.75% 1% -
XYZ 22.32 12.16 94.94 -
YUV 87.75 221.82 116.05 -
System Red Green Blue C M Y K H S L
Decimal 71 64 254 0.72 0.75 0 0.00 242.21 0.99 0.62
Hex 47 40 FE 48 4B 0 0 F2 63 3E
Octal 107 100 376 110 113 0 0 362 143 76
Binary 1000111 1000000 11111110 1001000 1001011 0 0 11110010 1100011 111110

Color Harmonies of #4740FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4740FE

Black with #4740FE

Text Example


Text Example

White with #4740FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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