Html Css Color HEX #5339FB Neon Blue

📋 copy color: '#5339FB'

red 83 ◦ green 57 ◦ blue 251

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

Shades of Neon Blue #5339FB

Tints of Neon Blue #5339FB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

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

R = 21.23%
G = 14.58%
B = 64.19%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5339FB (or 0x5339FB) is known color: Neon Blue. HEX triplet: 53, 39 and FB. RGB value is (83,57,251). Sum of RGB (Red+Green+Blue) = 83+57+251=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #5339FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5339FB is #ACC604. Grayscale: #565656. Windows color (decimal): -11322885 or 16464211. OLE color: 16464211.

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

Color convert

RGB 83 57 251 -
CMYK 0.67 0.77 0 0.02
HSL 248.04º 0.96% 0.6% -
HSV(B) 248.04º 0.77% 0.98% -
XYZ 22.44 11.73 92.35 -
YUV 86.89 220.61 125.23 -
System Red Green Blue C M Y K H S L
Decimal 83 57 251 0.67 0.77 0 0.02 248.04 0.96 0.6
Hex 53 39 FB 43 4D 0 2 F8 60 3C
Octal 123 71 373 103 115 0 2 370 140 74
Binary 1010011 111001 11111011 1000011 1001101 0 10 11111000 1100000 111100

Color Harmonies of #5339FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5339FB

Black with #5339FB

Text Example


Text Example

White with #5339FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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