Html Css Color HEX #506BFF Neon Blue

📋 copy color: '#506BFF'

red 80 ◦ green 107 ◦ blue 255

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

Shades of Neon Blue #506BFF

Tints of Neon Blue #506BFF

RGB

 RED value IS 80 (31.64% from 255) = 18.1%

 GREEN value IS 107 (42.19% from 255) = 24.21%

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

R = 18.1%
G = 24.21%
B = 57.69%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#506BFF (or 0x506BFF) is known color: Neon Blue. HEX triplet: 50, 6B and FF. RGB value is (80,107,255). Sum of RGB (Red+Green+Blue) = 80+107+255=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #506BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #506BFF is #AF9400. Grayscale: #737373. Windows color (decimal): -11506689 or 16739152. OLE color: 16739152.

HSL color Cylindrical-coordinate representation of color #506BFF: hue angle of 230.74º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506BFF is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 107 255 -
CMYK 0.69 0.58 0 0
HSL 230.74º 1% 0.66% -
HSV(B) 230.74º 0.69% 1% -
XYZ 26.62 19.44 96.96 -
YUV 115.8 206.55 102.47 -
System Red Green Blue C M Y K H S L
Decimal 80 107 255 0.69 0.58 0 0 230.74 1 0.66
Hex 50 6B FF 45 3A 0 0 E7 64 42
Octal 120 153 377 105 72 0 0 347 144 102
Binary 1010000 1101011 11111111 1000101 111010 0 0 11100111 1100100 1000010

Color Harmonies of #506BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506BFF

Black with #506BFF

Text Example


Text Example

White with #506BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,107,255); }

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

background-color css

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

 a { background-color: rgb(80,107,255); }

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

border-color css

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

 span { border-color: rgb(80,107,255); }

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