Html Css Color HEX #5356FB Neon Blue

📋 copy color: '#5356FB'

red 83 ◦ green 86 ◦ blue 251

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

Shades of Neon Blue #5356FB

Tints of Neon Blue #5356FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

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

R = 19.76%
G = 20.48%
B = 59.76%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5356FB (or 0x5356FB) is known color: Neon Blue. HEX triplet: 53, 56 and FB. RGB value is (83,86,251). Sum of RGB (Red+Green+Blue) = 83+86+251=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #5356FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5356FB is #ACA904. Grayscale: #676767. Windows color (decimal): -11315461 or 16471635. OLE color: 16471635.

HSL color Cylindrical-coordinate representation of color #5356FB: hue angle of 238.93º 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 #5356FB is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 86 251 -
CMYK 0.67 0.66 0 0.02
HSL 238.93º 0.95% 0.65% -
HSV(B) 238.93º 0.67% 0.98% -
XYZ 24.31 15.46 92.97 -
YUV 103.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 83 86 251 0.67 0.66 0 0.02 238.93 0.95 0.65
Hex 53 56 FB 43 42 0 2 EF 5F 41
Octal 123 126 373 103 102 0 2 357 137 101
Binary 1010011 1010110 11111011 1000011 1000010 0 10 11101111 1011111 1000001

Color Harmonies of #5356FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5356FB

Black with #5356FB

Text Example


Text Example

White with #5356FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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