Html Css Color HEX #555FFD Neon Blue

📋 copy color: '#555FFD'

red 85 ◦ green 95 ◦ blue 253

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

Shades of Neon Blue #555FFD

Tints of Neon Blue #555FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.94%

 BLUE value IS 253 (99.22% from 255) = 58.43%

R = 19.63%
G = 21.94%
B = 58.43%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#555FFD (or 0x555FFD) is known color: Neon Blue. HEX triplet: 55, 5F and FD. RGB value is (85,95,253). Sum of RGB (Red+Green+Blue) = 85+95+253=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #555FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555FFD is #AAA002. Grayscale: #6D6D6D. Windows color (decimal): -11182083 or 16605013. OLE color: 16605013.

HSL color Cylindrical-coordinate representation of color #555FFD: hue angle of 236.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #555FFD is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 95 253 -
CMYK 0.66 0.62 0 0.01
HSL 236.43º 0.98% 0.66% -
HSV(B) 236.43º 0.66% 0.99% -
XYZ 25.57 17.21 94.9 -
YUV 110.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 85 95 253 0.66 0.62 0 0.01 236.43 0.98 0.66
Hex 55 5F FD 42 3E 0 1 EC 62 42
Octal 125 137 375 102 76 0 1 354 142 102
Binary 1010101 1011111 11111101 1000010 111110 0 1 11101100 1100010 1000010

Color Harmonies of #555FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555FFD

Black with #555FFD

Text Example


Text Example

White with #555FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555FFD; }

 p { color: rgb(85,95,253); }

 H1.HeaderClassName
 {
   color: #555FFD;
 }
 .AnyTagClassName
 {
   color: #555FFD;
 }
</style>

background-color css

<style>
 a { background-color: #555FFD; }

 a { background-color: rgb(85,95,253); }

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

border-color css

<style>
 span { border-color: #555FFD; }

 span { border-color: rgb(85,95,253); }

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