Html Css Color HEX #5339FA Neon Blue

📋 copy color: '#5339FA'

red 83 ◦ green 57 ◦ blue 250

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

Shades of Neon Blue #5339FA

Tints of Neon Blue #5339FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.1%

R = 21.28%
G = 14.62%
B = 64.1%

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

#5339FA (or 0x5339FA) is known color: Neon Blue. HEX triplet: 53, 39 and FA. RGB value is (83,57,250). Sum of RGB (Red+Green+Blue) = 83+57+250=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #5339FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5339FA is #ACC605. Grayscale: #565656. Windows color (decimal): -11322886 or 16398675. OLE color: 16398675.

HSL color Cylindrical-coordinate representation of color #5339FA: hue angle of 248.08º degrees, saturation: 0.95, 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 #5339FA is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 57 250 -
CMYK 0.67 0.77 0 0.02
HSL 248.08º 0.95% 0.6% -
HSV(B) 248.08º 0.77% 0.98% -
XYZ 22.29 11.67 91.52 -
YUV 86.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 83 57 250 0.67 0.77 0 0.02 248.08 0.95 0.6
Hex 53 39 FA 43 4D 0 2 F8 5F 3C
Octal 123 71 372 103 115 0 2 370 137 74
Binary 1010011 111001 11111010 1000011 1001101 0 10 11111000 1011111 111100

Color Harmonies of #5339FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5339FA

Black with #5339FA

Text Example


Text Example

White with #5339FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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