Html Css Color HEX #3550FA Neon Blue

📋 copy color: '#3550FA'

red 53 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #3550FA

Tints of Neon Blue #3550FA

RGB

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

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

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

R = 13.84%
G = 20.89%
B = 65.27%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3550FA (or 0x3550FA) is known color: Neon Blue. HEX triplet: 35, 50 and FA. RGB value is (53,80,250). Sum of RGB (Red+Green+Blue) = 53+80+250=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #3550FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3550FA is #CAAF05. Grayscale: #5A5A5A. Windows color (decimal): -13283078 or 16404533. OLE color: 16404533.

HSL color Cylindrical-coordinate representation of color #3550FA: hue angle of 231.78º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3550FA is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 80 250 -
CMYK 0.79 0.68 0 0.02
HSL 231.78º 0.95% 0.59% -
HSV(B) 231.78º 0.79% 0.98% -
XYZ 21.59 13.4 91.89 -
YUV 91.31 217.55 100.68 -
System Red Green Blue C M Y K H S L
Decimal 53 80 250 0.79 0.68 0 0.02 231.78 0.95 0.59
Hex 35 50 FA 4F 44 0 2 E8 5F 3B
Octal 65 120 372 117 104 0 2 350 137 73
Binary 110101 1010000 11111010 1001111 1000100 0 10 11101000 1011111 111011

Color Harmonies of #3550FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3550FA

Black with #3550FA

Text Example


Text Example

White with #3550FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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