Html Css Color HEX #5535FF Neon Blue

📋 copy color: '#5535FF'

red 85 ◦ green 53 ◦ blue 255

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

Shades of Neon Blue #5535FF

Tints of Neon Blue #5535FF

RGB

 RED value IS 85 (33.59% from 255) = 21.63%

 GREEN value IS 53 (21.09% from 255) = 13.49%

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

R = 21.63%
G = 13.49%
B = 64.89%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5535FF (or 0x5535FF) is known color: Neon Blue. HEX triplet: 55, 35 and FF. RGB value is (85,53,255). Sum of RGB (Red+Green+Blue) = 85+53+255=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #5535FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5535FF is #AACA00. Grayscale: #545454. Windows color (decimal): -11192833 or 16725333. OLE color: 16725333.

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

Color convert

RGB 85 53 255 -
CMYK 0.67 0.79 0 0
HSL 249.5º 1% 0.6% -
HSV(B) 249.5º 0.79% 1% -
XYZ 23.07 11.7 95.65 -
YUV 85.6 223.6 127.57 -
System Red Green Blue C M Y K H S L
Decimal 85 53 255 0.67 0.79 0 0 249.5 1 0.6
Hex 55 35 FF 43 4F 0 0 FA 64 3C
Octal 125 65 377 103 117 0 0 372 144 74
Binary 1010101 110101 11111111 1000011 1001111 0 0 11111010 1100100 111100

Color Harmonies of #5535FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5535FF

Black with #5535FF

Text Example


Text Example

White with #5535FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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