Html Css Color HEX #554DFA Neon Blue

📋 copy color: '#554DFA'

red 85 ◦ green 77 ◦ blue 250

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

Shades of Neon Blue #554DFA

Tints of Neon Blue #554DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

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

R = 20.63%
G = 18.69%
B = 60.68%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#554DFA (or 0x554DFA) is known color: Neon Blue. HEX triplet: 55, 4D and FA. RGB value is (85,77,250). Sum of RGB (Red+Green+Blue) = 85+77+250=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #554DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554DFA is #AAB205. Grayscale: #626262. Windows color (decimal): -11186694 or 16403797. OLE color: 16403797.

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

Color convert

RGB 85 77 250 -
CMYK 0.66 0.69 0 0.02
HSL 242.77º 0.95% 0.64% -
HSV(B) 242.77º 0.69% 0.98% -
XYZ 23.66 14.14 91.93 -
YUV 99.11 213.15 117.93 -
System Red Green Blue C M Y K H S L
Decimal 85 77 250 0.66 0.69 0 0.02 242.77 0.95 0.64
Hex 55 4D FA 42 45 0 2 F3 5F 40
Octal 125 115 372 102 105 0 2 363 137 100
Binary 1010101 1001101 11111010 1000010 1000101 0 10 11110011 1011111 1000000

Color Harmonies of #554DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554DFA

Black with #554DFA

Text Example


Text Example

White with #554DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554DFA; }

 p { color: rgb(85,77,250); }

 H1.HeaderClassName
 {
   color: #554DFA;
 }
 .AnyTagClassName
 {
   color: #554DFA;
 }
</style>

background-color css

<style>
 a { background-color: #554DFA; }

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

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

border-color css

<style>
 span { border-color: #554DFA; }

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

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