Html Css Color HEX #555AFB Neon Blue

📋 copy color: '#555AFB'

red 85 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #555AFB

Tints of Neon Blue #555AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.13%

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 19.95%
G = 21.13%
B = 58.92%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#555AFB (or 0x555AFB) is known color: Neon Blue. HEX triplet: 55, 5A and FB. RGB value is (85,90,251). Sum of RGB (Red+Green+Blue) = 85+90+251=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #555AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555AFB is #AAA504. Grayscale: #6A6A6A. Windows color (decimal): -11183365 or 16472661. OLE color: 16472661.

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

Color convert

RGB 85 90 251 -
CMYK 0.66 0.64 0 0.02
HSL 238.19º 0.95% 0.66% -
HSV(B) 238.19º 0.66% 0.98% -
XYZ 24.82 16.21 93.09 -
YUV 106.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 85 90 251 0.66 0.64 0 0.02 238.19 0.95 0.66
Hex 55 5A FB 42 40 0 2 EE 5F 42
Octal 125 132 373 102 100 0 2 356 137 102
Binary 1010101 1011010 11111011 1000010 1000000 0 10 11101110 1011111 1000010

Color Harmonies of #555AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555AFB

Black with #555AFB

Text Example


Text Example

White with #555AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,90,251); }

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

background-color css

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

 a { background-color: rgb(85,90,251); }

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

border-color css

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

 span { border-color: rgb(85,90,251); }

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