Html Css Color HEX #475FFF Neon Blue

📋 copy color: '#475FFF'

red 71 ◦ green 95 ◦ blue 255

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

Shades of Neon Blue #475FFF

Tints of Neon Blue #475FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

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

R = 16.86%
G = 22.57%
B = 60.57%

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

#475FFF (or 0x475FFF) is known color: Neon Blue. HEX triplet: 47, 5F and FF. RGB value is (71,95,255). Sum of RGB (Red+Green+Blue) = 71+95+255=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #475FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #475FFF is #B8A000. Grayscale: #696969. Windows color (decimal): -12099585 or 16736071. OLE color: 16736071.

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

Color convert

RGB 71 95 255 -
CMYK 0.72 0.63 0 0
HSL 232.17º 1% 0.64% -
HSV(B) 232.17º 0.72% 1% -
XYZ 24.74 16.74 96.54 -
YUV 106.06 212.05 102.99 -
System Red Green Blue C M Y K H S L
Decimal 71 95 255 0.72 0.63 0 0 232.17 1 0.64
Hex 47 5F FF 48 3F 0 0 E8 64 40
Octal 107 137 377 110 77 0 0 350 144 100
Binary 1000111 1011111 11111111 1001000 111111 0 0 11101000 1100100 1000000

Color Harmonies of #475FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475FFF

Black with #475FFF

Text Example


Text Example

White with #475FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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