Html Css Color HEX #355AFB Neon Blue

📋 copy color: '#355AFB'

red 53 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #355AFB

Tints of Neon Blue #355AFB

RGB

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

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

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

R = 13.45%
G = 22.84%
B = 63.71%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#355AFB (or 0x355AFB) is known color: Neon Blue. HEX triplet: 35, 5A and FB. RGB value is (53,90,251). Sum of RGB (Red+Green+Blue) = 53+90+251=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #355AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #355AFB is #CAA504. Grayscale: #606060. Windows color (decimal): -13280517 or 16472629. OLE color: 16472629.

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

Color convert

RGB 53 90 251 -
CMYK 0.79 0.64 0 0.02
HSL 228.79º 0.96% 0.6% -
HSV(B) 228.79º 0.79% 0.98% -
XYZ 22.54 15.03 92.98 -
YUV 97.29 214.74 96.41 -
System Red Green Blue C M Y K H S L
Decimal 53 90 251 0.79 0.64 0 0.02 228.79 0.96 0.6
Hex 35 5A FB 4F 40 0 2 E5 60 3C
Octal 65 132 373 117 100 0 2 345 140 74
Binary 110101 1011010 11111011 1001111 1000000 0 10 11100101 1100000 111100

Color Harmonies of #355AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AFB

Black with #355AFB

Text Example


Text Example

White with #355AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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