Html Css Color HEX #474EFF Neon Blue

📋 copy color: '#474EFF'

red 71 ◦ green 78 ◦ blue 255

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

Shades of Neon Blue #474EFF

Tints of Neon Blue #474EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.31%

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

R = 17.57%
G = 19.31%
B = 63.12%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#474EFF (or 0x474EFF) is known color: Neon Blue. HEX triplet: 47, 4E and FF. RGB value is (71,78,255). Sum of RGB (Red+Green+Blue) = 71+78+255=404 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.57% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #474EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #474EFF is #B8B100. Grayscale: #5F5F5F. Windows color (decimal): -12103937 or 16731719. OLE color: 16731719.

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

Color convert

RGB 71 78 255 -
CMYK 0.72 0.69 0 0
HSL 237.72º 1% 0.64% -
HSV(B) 237.72º 0.72% 1% -
XYZ 23.37 14.01 96.08 -
YUV 96.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 71 78 255 0.72 0.69 0 0 237.72 1 0.64
Hex 47 4E FF 48 45 0 0 EE 64 40
Octal 107 116 377 110 105 0 0 356 144 100
Binary 1000111 1001110 11111111 1001000 1000101 0 0 11101110 1100100 1000000

Color Harmonies of #474EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474EFF

Black with #474EFF

Text Example


Text Example

White with #474EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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