Html Css Color HEX #5359FB Neon Blue

📋 copy color: '#5359FB'

red 83 ◦ green 89 ◦ blue 251

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

Shades of Neon Blue #5359FB

Tints of Neon Blue #5359FB

RGB

 RED value IS 83 (32.81% from 255) = 19.62%

 GREEN value IS 89 (35.16% from 255) = 21.04%

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

R = 19.62%
G = 21.04%
B = 59.34%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5359FB (or 0x5359FB) is known color: Neon Blue. HEX triplet: 53, 59 and FB. RGB value is (83,89,251). Sum of RGB (Red+Green+Blue) = 83+89+251=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #5359FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5359FB is #ACA604. Grayscale: #696969. Windows color (decimal): -11314693 or 16472403. OLE color: 16472403.

HSL color Cylindrical-coordinate representation of color #5359FB: hue angle of 237.86º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5359FB is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 89 251 -
CMYK 0.67 0.65 0 0.02
HSL 237.86º 0.95% 0.65% -
HSV(B) 237.86º 0.67% 0.98% -
XYZ 24.55 15.95 93.05 -
YUV 105.67 210.01 111.83 -
System Red Green Blue C M Y K H S L
Decimal 83 89 251 0.67 0.65 0 0.02 237.86 0.95 0.65
Hex 53 59 FB 43 41 0 2 EE 5F 41
Octal 123 131 373 103 101 0 2 356 137 101
Binary 1010011 1011001 11111011 1000011 1000001 0 10 11101110 1011111 1000001

Color Harmonies of #5359FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5359FB

Black with #5359FB

Text Example


Text Example

White with #5359FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5359FB; }

 p { color: rgb(83,89,251); }

 H1.HeaderClassName
 {
   color: #5359FB;
 }
 .AnyTagClassName
 {
   color: #5359FB;
 }
</style>

background-color css

<style>
 a { background-color: #5359FB; }

 a { background-color: rgb(83,89,251); }

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

border-color css

<style>
 span { border-color: #5359FB; }

 span { border-color: rgb(83,89,251); }

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