Html Css Color HEX #474AFF Neon Blue

📋 copy color: '#474AFF'

red 71 ◦ green 74 ◦ blue 255

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

Shades of Neon Blue #474AFF

Tints of Neon Blue #474AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.5%

 BLUE value IS 255 (100% from 255) = 63.75%

R = 17.75%
G = 18.5%
B = 63.75%

CMYK

 C value IS 0.72

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#474AFF (or 0x474AFF) is known color: Neon Blue. HEX triplet: 47, 4A and FF. RGB value is (71,74,255). Sum of RGB (Red+Green+Blue) = 71+74+255=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #474AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474AFF is #B8B500. Grayscale: #5D5D5D. Windows color (decimal): -12104961 or 16730695. OLE color: 16730695.

HSL color Cylindrical-coordinate representation of color #474AFF: hue angle of 239.02º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474AFF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 74 255 -
CMYK 0.72 0.71 0 0
HSL 239.02º 1% 0.64% -
HSV(B) 239.02º 0.72% 1% -
XYZ 23.1 13.46 95.99 -
YUV 93.74 219.01 111.78 -
System Red Green Blue C M Y K H S L
Decimal 71 74 255 0.72 0.71 0 0 239.02 1 0.64
Hex 47 4A FF 48 47 0 0 EF 64 40
Octal 107 112 377 110 107 0 0 357 144 100
Binary 1000111 1001010 11111111 1001000 1000111 0 0 11101111 1100100 1000000

Color Harmonies of #474AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474AFF

Black with #474AFF

Text Example


Text Example

White with #474AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474AFF; }

 p { color: rgb(71,74,255); }

 H1.HeaderClassName
 {
   color: #474AFF;
 }
 .AnyTagClassName
 {
   color: #474AFF;
 }
</style>

background-color css

<style>
 a { background-color: #474AFF; }

 a { background-color: rgb(71,74,255); }

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

border-color css

<style>
 span { border-color: #474AFF; }

 span { border-color: rgb(71,74,255); }

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