Html Css Color HEX #475DFF Neon Blue

📋 copy color: '#475DFF'

red 71 ◦ green 93 ◦ blue 255

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

Shades of Neon Blue #475DFF

Tints of Neon Blue #475DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.2%

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

R = 16.95%
G = 22.2%
B = 60.86%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#475DFF (or 0x475DFF) is known color: Neon Blue. HEX triplet: 47, 5D and FF. RGB value is (71,93,255). Sum of RGB (Red+Green+Blue) = 71+93+255=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #475DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475DFF is #B8A200. Grayscale: #686868. Windows color (decimal): -12100097 or 16735559. OLE color: 16735559.

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

Color convert

RGB 71 93 255 -
CMYK 0.72 0.64 0 0
HSL 232.83º 1% 0.64% -
HSV(B) 232.83º 0.72% 1% -
XYZ 24.56 16.39 96.48 -
YUV 104.89 212.71 103.83 -
System Red Green Blue C M Y K H S L
Decimal 71 93 255 0.72 0.64 0 0 232.83 1 0.64
Hex 47 5D FF 48 40 0 0 E9 64 40
Octal 107 135 377 110 100 0 0 351 144 100
Binary 1000111 1011101 11111111 1001000 1000000 0 0 11101001 1100100 1000000

Color Harmonies of #475DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475DFF

Black with #475DFF

Text Example


Text Example

White with #475DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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