Html Css Color HEX #474BFF Neon Blue

📋 copy color: '#474BFF'

red 71 ◦ green 75 ◦ blue 255

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

Shades of Neon Blue #474BFF

Tints of Neon Blue #474BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.7%

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

R = 17.71%
G = 18.7%
B = 63.59%

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

#474BFF (or 0x474BFF) is known color: Neon Blue. HEX triplet: 47, 4B and FF. RGB value is (71,75,255). Sum of RGB (Red+Green+Blue) = 71+75+255=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #474BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #474BFF is #B8B400. Grayscale: #5D5D5D. Windows color (decimal): -12104705 or 16730951. OLE color: 16730951.

HSL color Cylindrical-coordinate representation of color #474BFF: hue angle of 238.7º 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 #474BFF is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 71 75 255 -
CMYK 0.72 0.71 0 0
HSL 238.7º 1% 0.64% -
HSV(B) 238.7º 0.72% 1% -
XYZ 23.16 13.59 96.01 -
YUV 94.32 218.67 111.36 -
System Red Green Blue C M Y K H S L
Decimal 71 75 255 0.72 0.71 0 0 238.7 1 0.64
Hex 47 4B FF 48 47 0 0 EF 64 40
Octal 107 113 377 110 107 0 0 357 144 100
Binary 1000111 1001011 11111111 1001000 1000111 0 0 11101111 1100100 1000000

Color Harmonies of #474BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474BFF

Black with #474BFF

Text Example


Text Example

White with #474BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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