Html Css Color HEX #3550FF Neon Blue

📋 copy color: '#3550FF'

red 53 ◦ green 80 ◦ blue 255

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

Shades of Neon Blue #3550FF

Tints of Neon Blue #3550FF

RGB

 RED value IS 53 (21.09% from 255) = 13.66%

 GREEN value IS 80 (31.64% from 255) = 20.62%

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

R = 13.66%
G = 20.62%
B = 65.72%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3550FF (or 0x3550FF) is known color: Neon Blue. HEX triplet: 35, 50 and FF. RGB value is (53,80,255). Sum of RGB (Red+Green+Blue) = 53+80+255=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 255 (100% from 255 or 65.72% from 388); Max value from RGB is 255 - color contains mainly: blue. Hex color #3550FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3550FF is #CAAF00. Grayscale: #5B5B5B. Windows color (decimal): -13283073 or 16732213. OLE color: 16732213.

HSL color Cylindrical-coordinate representation of color #3550FF: hue angle of 231.98º 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 #3550FF is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 53 80 255 -
CMYK 0.79 0.69 0 0
HSL 231.98º 1% 0.6% -
HSV(B) 231.98º 0.79% 1% -
XYZ 22.39 13.71 96.07 -
YUV 91.88 220.05 100.27 -
System Red Green Blue C M Y K H S L
Decimal 53 80 255 0.79 0.69 0 0 231.98 1 0.6
Hex 35 50 FF 4F 45 0 0 E8 64 3C
Octal 65 120 377 117 105 0 0 350 144 74
Binary 110101 1010000 11111111 1001111 1000101 0 0 11101000 1100100 111100

Color Harmonies of #3550FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3550FF

Black with #3550FF

Text Example


Text Example

White with #3550FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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