Html Css Color HEX #5355FF Neon Blue

📋 copy color: '#5355FF'

red 83 ◦ green 85 ◦ blue 255

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

Shades of Neon Blue #5355FF

Tints of Neon Blue #5355FF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 255 (100% from 255) = 60.28%

R = 19.62%
G = 20.09%
B = 60.28%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5355FF (or 0x5355FF) is known color: Neon Blue. HEX triplet: 53, 55 and FF. RGB value is (83,85,255). Sum of RGB (Red+Green+Blue) = 83+85+255=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 255 (100% from 255 or 60.28% from 423); Max value from RGB is 255 - color contains mainly: blue. Hex color #5355FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5355FF is #ACAA00. Grayscale: #676767. Windows color (decimal): -11315713 or 16733523. OLE color: 16733523.

HSL color Cylindrical-coordinate representation of color #5355FF: hue angle of 239.3º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5355FF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 85 255 -
CMYK 0.67 0.67 0 0
HSL 239.3º 1% 0.66% -
HSV(B) 239.3º 0.67% 1% -
XYZ 24.87 15.56 96.3 -
YUV 103.78 213.34 113.18 -
System Red Green Blue C M Y K H S L
Decimal 83 85 255 0.67 0.67 0 0 239.3 1 0.66
Hex 53 55 FF 43 43 0 0 EF 64 42
Octal 123 125 377 103 103 0 0 357 144 102
Binary 1010011 1010101 11111111 1000011 1000011 0 0 11101111 1100100 1000010

Color Harmonies of #5355FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5355FF

Black with #5355FF

Text Example


Text Example

White with #5355FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5355FF; }

 p { color: rgb(83,85,255); }

 H1.HeaderClassName
 {
   color: #5355FF;
 }
 .AnyTagClassName
 {
   color: #5355FF;
 }
</style>

background-color css

<style>
 a { background-color: #5355FF; }

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

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

border-color css

<style>
 span { border-color: #5355FF; }

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

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