Html Css Color HEX #505FFB Neon Blue

📋 copy color: '#505FFB'

red 80 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #505FFB

Tints of Neon Blue #505FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 18.78%
G = 22.3%
B = 58.92%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#505FFB (or 0x505FFB) is known color: Neon Blue. HEX triplet: 50, 5F and FB. RGB value is (80,95,251). Sum of RGB (Red+Green+Blue) = 80+95+251=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #505FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #505FFB is #AFA004. Grayscale: #6B6B6B. Windows color (decimal): -11509765 or 16473936. OLE color: 16473936.

HSL color Cylindrical-coordinate representation of color #505FFB: hue angle of 234.74º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #505FFB is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 95 251 -
CMYK 0.68 0.62 0 0.02
HSL 234.74º 0.96% 0.65% -
HSV(B) 234.74º 0.68% 0.98% -
XYZ 24.81 16.85 93.21 -
YUV 108.3 208.53 107.82 -
System Red Green Blue C M Y K H S L
Decimal 80 95 251 0.68 0.62 0 0.02 234.74 0.96 0.65
Hex 50 5F FB 44 3E 0 2 EB 60 41
Octal 120 137 373 104 76 0 2 353 140 101
Binary 1010000 1011111 11111011 1000100 111110 0 10 11101011 1100000 1000001

Color Harmonies of #505FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505FFB

Black with #505FFB

Text Example


Text Example

White with #505FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505FFB; }

 p { color: rgb(80,95,251); }

 H1.HeaderClassName
 {
   color: #505FFB;
 }
 .AnyTagClassName
 {
   color: #505FFB;
 }
</style>

background-color css

<style>
 a { background-color: #505FFB; }

 a { background-color: rgb(80,95,251); }

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

border-color css

<style>
 span { border-color: #505FFB; }

 span { border-color: rgb(80,95,251); }

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