Html Css Color HEX #475EFF Neon Blue

📋 copy color: '#475EFF'

red 71 ◦ green 94 ◦ blue 255

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

Shades of Neon Blue #475EFF

Tints of Neon Blue #475EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

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

R = 16.9%
G = 22.38%
B = 60.71%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#475EFF (or 0x475EFF) is known color: Neon Blue. HEX triplet: 47, 5E and FF. RGB value is (71,94,255). Sum of RGB (Red+Green+Blue) = 71+94+255=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #475EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475EFF is #B8A100. Grayscale: #686868. Windows color (decimal): -12099841 or 16735815. OLE color: 16735815.

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

Color convert

RGB 71 94 255 -
CMYK 0.72 0.63 0 0
HSL 232.5º 1% 0.64% -
HSV(B) 232.5º 0.72% 1% -
XYZ 24.65 16.57 96.51 -
YUV 105.48 212.38 103.41 -
System Red Green Blue C M Y K H S L
Decimal 71 94 255 0.72 0.63 0 0 232.5 1 0.64
Hex 47 5E FF 48 3F 0 0 E8 64 40
Octal 107 136 377 110 77 0 0 350 144 100
Binary 1000111 1011110 11111111 1001000 111111 0 0 11101000 1100100 1000000

Color Harmonies of #475EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475EFF

Black with #475EFF

Text Example


Text Example

White with #475EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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