Html Css Color HEX #5353FA Neon Blue

📋 copy color: '#5353FA'

red 83 ◦ green 83 ◦ blue 250

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

Shades of Neon Blue #5353FA

Tints of Neon Blue #5353FA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

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

R = 19.95%
G = 19.95%
B = 60.1%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5353FA (or 0x5353FA) is known color: Neon Blue. HEX triplet: 53, 53 and FA. RGB value is (83,83,250). Sum of RGB (Red+Green+Blue) = 83+83+250=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #5353FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5353FA is #ACAC05. Grayscale: #656565. Windows color (decimal): -11316230 or 16405331. OLE color: 16405331.

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

Color convert

RGB 83 83 250 -
CMYK 0.67 0.67 0 0.02
HSL 240º 0.94% 0.65% -
HSV(B) 240º 0.67% 0.98% -
XYZ 23.92 14.93 92.06 -
YUV 102.04 211.5 114.42 -
System Red Green Blue C M Y K H S L
Decimal 83 83 250 0.67 0.67 0 0.02 240 0.94 0.65
Hex 53 53 FA 43 43 0 2 F0 5E 41
Octal 123 123 372 103 103 0 2 360 136 101
Binary 1010011 1010011 11111010 1000011 1000011 0 10 11110000 1011110 1000001

Color Harmonies of #5353FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5353FA

Black with #5353FA

Text Example


Text Example

White with #5353FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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